2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-24 23:51:20 +00:00
metaforce/Runtime/World/CAreaOctTree.hpp
2016-04-16 13:48:29 -10:00

14 lines
151 B
C++

#ifndef __URDE_CAREAOCTTREE_HPP__
#define __URDE_CAREAOCTTREE_HPP__
namespace urde
{
class CAreaOctTree
{
};
}
#endif // __URDE_CAREAOCTTREE_HPP__