diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-07-15 22:07:38 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-07-15 22:07:38 +0200 |
commit | 2c490d42292fe2214aca27109740409eb02e1d39 (patch) | |
tree | 690d6a0a4478e2ba99f8f5526789c4aa98905ac2 /source/cWorld.h | |
parent | Disabled MSVC deprecation / security warnings for external libraries - we expect them to be secure enough (diff) | |
download | cuberite-2c490d42292fe2214aca27109740409eb02e1d39.tar cuberite-2c490d42292fe2214aca27109740409eb02e1d39.tar.gz cuberite-2c490d42292fe2214aca27109740409eb02e1d39.tar.bz2 cuberite-2c490d42292fe2214aca27109740409eb02e1d39.tar.lz cuberite-2c490d42292fe2214aca27109740409eb02e1d39.tar.xz cuberite-2c490d42292fe2214aca27109740409eb02e1d39.tar.zst cuberite-2c490d42292fe2214aca27109740409eb02e1d39.zip |
Diffstat (limited to '')
-rw-r--r-- | source/cWorld.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source/cWorld.h b/source/cWorld.h index fd594f22b..0a4d0280e 100644 --- a/source/cWorld.h +++ b/source/cWorld.h @@ -326,7 +326,10 @@ public: void Tick(float a_Dt); - void InitializeSpawn(); + void InitializeSpawn(void); + + /// Stops threads that belong to this world (part of deinit) + void StopThreads(void); void CastThunderbolt (int a_X, int a_Y, int a_Z); //tolua_export void SetWeather ( eWeather a_Weather ); //tolua_export |