2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-10 18:19:06 +00:00
2015-08-17 13:46:41 -10:00

17 lines
147 B
C++

#ifndef __RETRO_CAI_HPP__
#define __RETRO_CAI_HPP__
namespace Retro
{
namespace Common
{
class CAiFuncMap
{
};
}
}
#endif // __RETRO_CAI_HPP__