SBSPSS/source/system/gp.h

19 lines
343 B
C
Raw Normal View History

2000-08-29 21:54:22 +02:00
/****************/
/*** GP Stuph ***/
/****************/
#ifndef __GP_H__
#define __GP_H__
/*****************************************************************************/
extern "C"
{
void SaveGP(void);
u32 ReloadGP(void);
void SetGP(u32 GpVal);
}
/*****************************************************************************/
#endif