mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-17 04:52:03 -04:00
10 lines
179 B
C
10 lines
179 B
C
#ifndef _IN_GAME_BOTINVINIT_H
|
|
#define _IN_GAME_BOTINVINIT_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
void botinvInit(struct chrdata *chr, s32 maxitems);
|
|
|
|
#endif
|