mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-15 12:42:43 -04:00
7 lines
130 B
C++
7 lines
130 B
C++
#ifndef SpawnBehavior_h
|
|
#define SpawnBehavior_h
|
|
namespace G3D {
|
|
enum SpawnBehavior {USE_NEW_THREAD, USE_CURRENT_THREAD};
|
|
}
|
|
#endif
|