metaforce/Runtime/CAi.hpp

20 lines
151 B
C++
Raw Normal View History

2015-08-17 20:33:58 +00:00
#ifndef __RETRO_CAI_HPP__
#define __RETRO_CAI_HPP__
namespace Retro
{
2015-08-17 23:46:41 +00:00
class CAiFuncMap
{
};
2015-08-22 01:58:41 +00:00
class CAi
{
public:
};
}
2015-08-17 20:33:58 +00:00
#endif // __RETRO_CAI_HPP__