mirror of
https://github.com/hermansimensen/eventqueue-fix.git
synced 2025-12-06 18:08:27 +00:00
optional lib
This commit is contained in:
parent
e1061d0f0d
commit
f4b142e2f5
@ -3,6 +3,17 @@
|
||||
#endif
|
||||
#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
|
||||
{
|
||||
char target[64];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user