mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-17 08:31:21 +00:00
15 lines
150 B
C++
15 lines
150 B
C++
#ifndef _CAIFUNCMAP_HPP
|
|
#define _CAIFUNCMAP_HPP
|
|
|
|
#include "types.h"
|
|
|
|
class CAiFuncMap {
|
|
public:
|
|
~CAiFuncMap();
|
|
|
|
private:
|
|
u8 pad[0x20];
|
|
};
|
|
|
|
#endif
|