mirror of
https://github.com/FunKey-Project/picofe-irixxxx.git
synced 2026-01-23 00:05:15 +01:00
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@804 be3aeb3a-fb24-0410-a615-afba39da0efa
16 lines
225 B
C
16 lines
225 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
int DirectInit(void);
|
|
void DirectExit(void);
|
|
|
|
int DirectScreen(const void *emu_screen);
|
|
int DirectClear(unsigned int colour);
|
|
int DirectPresent(void);
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|