mirror of
https://github.com/pret/pokestadiumgs.git
synced 2026-09-26 13:33:02 -04:00
10 lines
120 B
C
10 lines
120 B
C
#ifndef _FUNCTIONS_H_
|
|
#define _FUNCTIONS_H_
|
|
|
|
#include "ultra64.h"
|
|
|
|
// exception_set.s
|
|
void set_watch_lohi(s32);
|
|
|
|
#endif
|