mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-01-18 19:47:15 +01:00
Include forward declarations of event types into the config file.
This commit is contained in:
parent
908ddbe30f
commit
2de391dd78
@ -226,6 +226,12 @@ struct CWeapon;
|
||||
struct CWorldBounds;
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
template < class T > class GlobalFilter;
|
||||
template < class T > class LocalFilter;
|
||||
|
||||
class BasicEvent;
|
||||
class GlobalEvent;
|
||||
class LocalEvent;
|
||||
|
||||
} // Namespace:: SqMod
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user