mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-09 03:13:29 +00:00
20 lines
151 B
C++
20 lines
151 B
C++
#ifndef __RETRO_CAI_HPP__
|
|
#define __RETRO_CAI_HPP__
|
|
|
|
namespace Retro
|
|
{
|
|
|
|
class CAiFuncMap
|
|
{
|
|
};
|
|
|
|
class CAi
|
|
{
|
|
public:
|
|
|
|
};
|
|
|
|
}
|
|
|
|
#endif // __RETRO_CAI_HPP__
|