mxwcore-wotlk/deps/g3dlite/include/G3D/SpawnBehavior.h

7 lines
130 B
C
Raw Normal View History

2023-11-07 05:04:30 -05:00
#ifndef SpawnBehavior_h
#define SpawnBehavior_h
namespace G3D {
enum SpawnBehavior {USE_NEW_THREAD, USE_CURRENT_THREAD};
}
#endif