Files
azerothcore-wotlk-pbot/deps/g3dlite/include/G3D/SpawnBehavior.h
Viste fcaf91b8b2 Core/Misc: update g3dlite lib (#2904)
* Core/Misc: update g3dlite lib

* update

Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
2020-07-30 12:35:45 +02:00

7 lines
130 B
C++

#ifndef SpawnBehavior_h
#define SpawnBehavior_h
namespace G3D {
enum SpawnBehavior {USE_NEW_THREAD, USE_CURRENT_THREAD};
}
#endif