mirror of
https://github.com/jndean/IPUDOOM.git
synced 2026-03-22 23:49:46 +00:00
24 lines
322 B
C
24 lines
322 B
C
#ifndef __IPUDOOM__
|
|
#define __IPUDOOM__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "ipu/ipu_interface.h"
|
|
|
|
|
|
void IPU_Init(void);
|
|
|
|
void IPU_AM_Drawer(void);
|
|
|
|
void IPU_G_DoLoadLevel(void);
|
|
void IPU_G_Ticker(void);
|
|
void IPU_G_Responder(G_Responder_MiscValues_t*);
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // __IPUDOOM__ //
|