mirror of https://github.com/AxioDL/metaforce.git
14 lines
155 B
C++
14 lines
155 B
C++
|
#ifndef __RETRO_CAREAOCTTREE_HPP__
|
||
|
#define __RETRO_CAREAOCTTREE_HPP__
|
||
|
|
||
|
namespace Retro
|
||
|
{
|
||
|
|
||
|
class CAreaOctTree
|
||
|
{
|
||
|
};
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif // __RETRO_CAREAOCTTREE_HPP__
|