mirror of
https://github.com/pret/pokestadium.git
synced 2026-08-09 19:27:21 -05:00
10 lines
152 B
C
10 lines
152 B
C
#ifndef _FUNCTIONS_H
|
|
#define _FUNCTIONS_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
extern void func_80057FD0(void *, int);
|
|
extern s32 func_8005A990(OSPiHandle*);
|
|
|
|
#endif
|