mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-24 06:50:43 -04:00
178194ccb2
* switch to dtk setup * some cleanup / fixes * cleanup d_a_alink literals * Restore doxygen, update CI & README.md (#1) * Fix build image ref (#2) --------- Co-authored-by: Luke Street <luke@street.dev>
25 lines
511 B
C
25 lines
511 B
C
#ifndef _DOLPHIN_H_
|
|
#define _DOLPHIN_H_
|
|
|
|
#include <dolphin/types.h>
|
|
#include <dolphin/os.h>
|
|
#include <dolphin/dsp.h>
|
|
#include <dolphin/dvd.h>
|
|
#include <dolphin/gx.h>
|
|
//#include <dolphin/hio.h>
|
|
#include <dolphin/mtx.h>
|
|
#include <dolphin/vi.h>
|
|
#include <dolphin/card.h>
|
|
//#include <dolphin/perf.h>
|
|
#include <dolphin/ar.h>
|
|
#include <dolphin/base/PPCArch.h>
|
|
#include <dolphin/db.h>
|
|
#include <dolphin/pad.h>
|
|
//#include <dolphin/dtk.h>
|
|
#include <dolphin/ai.h>
|
|
//#include <dolphin/demo.h>
|
|
|
|
#include "macros.h"
|
|
|
|
#endif
|