mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-15 04:31:21 +00:00
14 lines
155 B
C++
14 lines
155 B
C++
#ifndef __PSHAG_CAREAOCTTREE_HPP__
|
|
#define __PSHAG_CAREAOCTTREE_HPP__
|
|
|
|
namespace pshag
|
|
{
|
|
|
|
class CAreaOctTree
|
|
{
|
|
};
|
|
|
|
}
|
|
|
|
#endif // __PSHAG_CAREAOCTTREE_HPP__
|