This commit is contained in:
Cuyler36
2023-04-16 13:43:32 -04:00
parent 1b5e0f88a6
commit 7336d51f44
29 changed files with 3170 additions and 124 deletions
+16
View File
@@ -0,0 +1,16 @@
#ifndef DOLPHIN_GX_H
#define DOLPHIN_GX_H
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif