Initial commit
This commit is contained in:
6
deps/g3dlite/include/G3D/SpawnBehavior.h
vendored
Normal file
6
deps/g3dlite/include/G3D/SpawnBehavior.h
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef SpawnBehavior_h
|
||||
#define SpawnBehavior_h
|
||||
namespace G3D {
|
||||
enum SpawnBehavior {USE_NEW_THREAD, USE_CURRENT_THREAD};
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user