mirror of https://github.com/zeldaret/tp.git
22 lines
389 B
C
22 lines
389 B
C
#ifndef _DOLPHIN_DEMO_H_
|
|
#define _DOLPHIN_DEMO_H_
|
|
|
|
#include <dolphin/demo/DEMOAVX.h>
|
|
#include <dolphin/demo/DEMOInit.h>
|
|
#include <dolphin/demo/DEMOPad.h>
|
|
#include <dolphin/demo/DEMOPuts.h>
|
|
#include <dolphin/demo/DEMOStats.h>
|
|
#include <dolphin/demo/DEMOWin.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern u32 DEMOFontBitmap[768];
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // _DOLPHIN_DEMO_H_
|