2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-15 16:31:22 +00:00
metaforce/Runtime/CAi.hpp
2015-08-21 15:58:41 -10:00

20 lines
151 B
C++

#ifndef __RETRO_CAI_HPP__
#define __RETRO_CAI_HPP__
namespace Retro
{
class CAiFuncMap
{
};
class CAi
{
public:
};
}
#endif // __RETRO_CAI_HPP__