mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +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;
|
struct CWorldBounds;
|
||||||
|
|
||||||
// ------------------------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------------------------
|
||||||
|
template < class T > class GlobalFilter;
|
||||||
|
template < class T > class LocalFilter;
|
||||||
|
|
||||||
|
class BasicEvent;
|
||||||
|
class GlobalEvent;
|
||||||
|
class LocalEvent;
|
||||||
|
|
||||||
} // Namespace:: SqMod
|
} // Namespace:: SqMod
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user