mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-03 07:27:11 +02:00
Include forward declarations of event types into the config file.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user