Files
tp/include/dolphin/demo.h
T
TakaRikka 2453c0e333 copy dolsdk2004 to tp / b_bh + e_mb done (#2299)
* move dolsdk2004 over

* cleanup some temp work

* finish and cleanup gf

* b_bh done

* d_a_e_mb done
2025-02-10 21:20:42 +02:00

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_