1
0
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:
Sandu Liviu Catalin
2017-06-19 04:09:35 +03:00
parent 6504f196bb
commit 2fb58f9fbf
16 changed files with 1507 additions and 4 deletions

View File

@ -243,6 +243,11 @@ class Core;
class Logger;
class Signal;
// ------------------------------------------------------------------------------------------------
class AreaManager;
struct AreaCell;
struct Area;
// ------------------------------------------------------------------------------------------------
class CmdManager;
class CmdListener;