diff options
author | eray orçunus <erayorcunus@gmail.com> | 2019-06-18 14:34:35 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2019-06-18 14:34:35 +0200 |
commit | 886db44936757c4ace710b40713fbae1aa575c45 (patch) | |
tree | af3622689fedeac10516cfdcf5f3d1f0471746b6 /src/World.h | |
parent | CPed fixes (diff) | |
parent | silly mistake in CFileLoader (diff) | |
download | re3-886db44936757c4ace710b40713fbae1aa575c45.tar re3-886db44936757c4ace710b40713fbae1aa575c45.tar.gz re3-886db44936757c4ace710b40713fbae1aa575c45.tar.bz2 re3-886db44936757c4ace710b40713fbae1aa575c45.tar.lz re3-886db44936757c4ace710b40713fbae1aa575c45.tar.xz re3-886db44936757c4ace710b40713fbae1aa575c45.tar.zst re3-886db44936757c4ace710b40713fbae1aa575c45.zip |
Diffstat (limited to 'src/World.h')
-rw-r--r-- | src/World.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/World.h b/src/World.h index 77e0fd99..c1d870e2 100644 --- a/src/World.h +++ b/src/World.h @@ -55,6 +55,7 @@ public: static bool &bForceProcessControl; static bool &bProcessCutsceneOnly; + static void Add(CEntity *entity); static CSector *GetSector(int x, int y) { return &ms_aSectors[y][x]; } static CPtrList &GetBigBuildingList(eLevelName i) { return ms_bigBuildingsList[i]; } |