1
0
Fork 0
mirror of https://codeberg.org/demostf/plugin.git synced 2026-06-04 00:54:08 +02:00

Added forward to allow other plugins to

access the url and id of successfully uploaded demos
This commit is contained in:
TheBv 2022-12-04 19:16:11 +01:00
commit 07d95f664d
3 changed files with 53 additions and 1 deletions

6
include/demostf.inc Normal file
View file

@ -0,0 +1,6 @@
#if defined _demostf_included
#endinput
#endif
#define _demostf_included
forward DemoUploaded(bool success, const char[] demoid, const char[] url);