mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-10 18:19:06 +00:00
17 lines
147 B
C++
17 lines
147 B
C++
#ifndef __RETRO_CAI_HPP__
|
|
#define __RETRO_CAI_HPP__
|
|
|
|
namespace Retro
|
|
{
|
|
namespace Common
|
|
{
|
|
|
|
class CAiFuncMap
|
|
{
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
#endif // __RETRO_CAI_HPP__
|