metaforce/Runtime/CAreaOctTree.hpp

14 lines
155 B
C++
Raw Normal View History

2015-08-21 00:06:39 +00:00
#ifndef __RETRO_CAREAOCTTREE_HPP__
#define __RETRO_CAREAOCTTREE_HPP__
namespace Retro
{
class CAreaOctTree
{
};
}
#endif // __RETRO_CAREAOCTTREE_HPP__