1
0
Fork 0
mirror of https://codeberg.org/demostf/plugin.git synced 2026-06-04 00:54:08 +02:00
plugin/include/demostf.inc
TheBv 07d95f664d Added forward to allow other plugins to
access the url and id of successfully uploaded demos
2022-12-04 19:16:11 +01:00

6 lines
153 B
SourcePawn

#if defined _demostf_included
#endinput
#endif
#define _demostf_included
forward DemoUploaded(bool success, const char[] demoid, const char[] url);