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