The-Simpsons-Hit-and-Run/game/code/render/Culling/OctTreeConst.h

16 lines
202 B
C

#ifndef __OCT_TREE_CONST_H__
#define __OCT_TREE_CONST_H__
//namespace OctTreeConst
//{
// enum Axis
// {
// UNASSIGNED = -1,
// X = 0,
// Y = 1,
// Z = 2
// };
//};
#endif