mirror of
https://github.com/hermansimensen/eventqueue-fix.git
synced 2025-12-07 02:18:26 +00:00
optional lib
This commit is contained in:
parent
e1061d0f0d
commit
f4b142e2f5
@ -3,6 +3,17 @@
|
|||||||
#endif
|
#endif
|
||||||
#define _eventqueuefix_included
|
#define _eventqueuefix_included
|
||||||
|
|
||||||
|
public SharedPlugin __pl_eventqueuefix =
|
||||||
|
{
|
||||||
|
name = "eventqueuefix",
|
||||||
|
file = "eventqueuefix.smx",
|
||||||
|
#if defined REQUIRE_PLUGIN
|
||||||
|
required = 1,
|
||||||
|
#else
|
||||||
|
required = 0,
|
||||||
|
#endif
|
||||||
|
};
|
||||||
|
|
||||||
enum struct event_t
|
enum struct event_t
|
||||||
{
|
{
|
||||||
char target[64];
|
char target[64];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user