mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-30 22:17:13 +02:00
Initial implementation of the area system.
This commit is contained in:
@ -243,6 +243,11 @@ class Core;
|
||||
class Logger;
|
||||
class Signal;
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
class AreaManager;
|
||||
struct AreaCell;
|
||||
struct Area;
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
class CmdManager;
|
||||
class CmdListener;
|
||||
|
Reference in New Issue
Block a user