NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
AI.h
1/**
2 * References: YAGCD
3 */
4
5#ifndef RVL_SDK_PUBLIC_AI_H
6#define RVL_SDK_PUBLIC_AI_H
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11#include <revolution/AI/ai.h>
12#include <revolution/AI/ai_hardware.h>
13
14#ifdef __cplusplus
15}
16#endif
17#endif