Start Splitting Out Headers
This commit is contained in:
parent
60585eba56
commit
1e49276358
34 changed files with 813 additions and 633 deletions
19
include/dolphin.h
Normal file
19
include/dolphin.h
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
#ifndef __DOLPHIN_H__
|
||||
#define __DOLPHIN_H__
|
||||
|
||||
#include <dolphin/types.h>
|
||||
#include <dolphin/PPCArch.h>
|
||||
#include <dolphin/db.h>
|
||||
#include <dolphin/os.h>
|
||||
#include <dolphin/dvd.h>
|
||||
#include <dolphin/pad.h>
|
||||
#include <dolphin/mtx.h>
|
||||
#include <dolphin/gx.h>
|
||||
#include <dolphin/vi.h>
|
||||
#include <dolphin/ai.h>
|
||||
#include <dolphin/ar.h>
|
||||
#include <dolphin/arq.h>
|
||||
#include <dolphin/dsp.h>
|
||||
#include <dolphin/card.h>
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue