mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-08 20:19:33 -04:00
8 lines
132 B
C
8 lines
132 B
C
#ifndef IN_GAME_DATA_AILISTS_H
|
|
#define IN_GAME_DATA_AILISTS_H
|
|
#include <ultra64.h>
|
|
|
|
extern struct ailist g_GlobalAilists[];
|
|
|
|
#endif
|