This commit is contained in:
Daveo 2000-08-29 19:54:22 +00:00
parent e9f123dec7
commit 74ac11a27f
40 changed files with 6829 additions and 0 deletions

18
source/system/gp.h Normal file
View file

@ -0,0 +1,18 @@
/****************/
/*** GP Stuph ***/
/****************/
#ifndef __GP_H__
#define __GP_H__
/*****************************************************************************/
extern "C"
{
void SaveGP(void);
u32 ReloadGP(void);
void SetGP(u32 GpVal);
}
/*****************************************************************************/
#endif