diff options
| author | Fire-Head <Fire-Head@users.noreply.github.com> | 2020-03-28 23:55:23 +0300 |
|---|---|---|
| committer | Fire-Head <Fire-Head@users.noreply.github.com> | 2020-03-28 23:55:23 +0300 |
| commit | 194ddc5f40835476673655bd3895f2b7fe7fee0c (patch) | |
| tree | 530ef79acd32c90ce5ef5d545a04d4d09b5abfb7 /src/core/World.h | |
| parent | Merge pull request #363 from erorcun/erorcun (diff) | |
| download | re3-194ddc5f40835476673655bd3895f2b7fe7fee0c.tar.gz | |
CWeaponEffects(autoaim crosshair) done, CGame done. restored some original R* names
Diffstat (limited to 'src/core/World.h')
| -rw-r--r-- | src/core/World.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/World.h b/src/core/World.h index 4b19e629..461c72e6 100644 --- a/src/core/World.h +++ b/src/core/World.h @@ -134,6 +134,7 @@ public: static void Initialise(); static void AddParticles(); static void ShutDown(); + static void ClearForRestart(void); static void RepositionCertainDynamicObjects(); static void RemoveStaticObjects(); static void Process(); |
