Add aiLabel to setup's command_pointers array

This commit is contained in:
Ryan Dwyer
2019-10-04 23:43:42 +10:00
parent 4c1b603d15
commit 3ef569abfd
5 changed files with 24 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef _IN_GAME_H
#define _IN_GAME_H
#include <ultra64.h>
#include "src/include/constants.h"
bool aiLabel(void);
#endif