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:
parent
241d1136eb
commit
07d95f664d
3 changed files with 53 additions and 1 deletions
6
include/demostf.inc
Normal file
6
include/demostf.inc
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#if defined _demostf_included
|
||||
#endinput
|
||||
#endif
|
||||
#define _demostf_included
|
||||
|
||||
forward DemoUploaded(bool success, const char[] demoid, const char[] url);
|
||||
Loading…
Add table
Add a link
Reference in a new issue