mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
2453c0e333
* move dolsdk2004 over * cleanup some temp work * finish and cleanup gf * b_bh done * d_a_e_mb done
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_
|