metaforce/Runtime/CAreaOctTree.hpp

14 lines
155 B
C++
Raw Normal View History

2016-02-13 09:02:47 +00:00
#ifndef __PSHAG_CAREAOCTTREE_HPP__
#define __PSHAG_CAREAOCTTREE_HPP__
2015-08-21 00:06:39 +00:00
2016-02-13 09:02:47 +00:00
namespace pshag
2015-08-21 00:06:39 +00:00
{
class CAreaOctTree
{
};
}
2016-02-13 09:02:47 +00:00
#endif // __PSHAG_CAREAOCTTREE_HPP__