Files
perfect-dark/src/include/game/botcmd.h
T
2021-12-26 15:12:58 +10:00

11 lines
215 B
C

#ifndef IN_GAME_BOTCMD_H
#define IN_GAME_BOTCMD_H
#include <ultra64.h>
#include "data.h"
#include "types.h"
void botcmdTickDistMode(struct chrdata *chr);
void botcmdApply(struct chrdata *chr, u32 command);
#endif