mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-15 16:31:22 +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__
|