diff options
| author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-03-29 18:51:18 +0300 |
|---|---|---|
| committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-03-29 18:51:18 +0300 |
| commit | 24b8c7819c52ed09dd46d1a453dbaffd86b9e699 (patch) | |
| tree | 54236602fd5bb48eea2b95ab5ccfc77d4080d3c0 /src/core/World.h | |
| parent | fix (diff) | |
| parent | Merge pull request #365 from Fire-Head/master (diff) | |
| download | re3-24b8c7819c52ed09dd46d1a453dbaffd86b9e699.tar.gz | |
merge with upstream
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 3fcbc301..76dada2d 100644 --- a/src/core/World.h +++ b/src/core/World.h @@ -135,6 +135,7 @@ public: static void Initialise(); static void AddParticles(); static void ShutDown(); + static void ClearForRestart(void); static void RepositionCertainDynamicObjects(); static void RemoveStaticObjects(); static void Process(); |
