mirror of
https://github.com/jndean/IPUDOOM.git
synced 2026-08-09 20:08:52 +00:00
19 lines
202 B
C
19 lines
202 B
C
#ifndef __IPUDOOM__
|
|
#define __IPUDOOM__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
|
|
void IPU_Init();
|
|
|
|
void IPU_AM_LevelInit();
|
|
void IPU_AM_Drawer();
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // __IPUDOOM__ //
|