diff --git a/include/REL/m443Dll.h b/include/REL/m443Dll.h new file mode 100644 index 00000000..41a9e3fb --- /dev/null +++ b/include/REL/m443Dll.h @@ -0,0 +1,6 @@ +#ifndef M443DLL_H +#define M443DLL_H + +#include "dolphin.h" + +#endif \ No newline at end of file diff --git a/src/REL/m443Dll/main.c b/src/REL/m443Dll/main.c new file mode 100644 index 00000000..eb768e83 --- /dev/null +++ b/src/REL/m443Dll/main.c @@ -0,0 +1 @@ +#include "m443Dll.h" \ No newline at end of file diff --git a/src/REL/m443Dll/map.c b/src/REL/m443Dll/map.c new file mode 100644 index 00000000..eb768e83 --- /dev/null +++ b/src/REL/m443Dll/map.c @@ -0,0 +1 @@ +#include "m443Dll.h" \ No newline at end of file diff --git a/src/REL/m443Dll/player.c b/src/REL/m443Dll/player.c new file mode 100644 index 00000000..eb768e83 --- /dev/null +++ b/src/REL/m443Dll/player.c @@ -0,0 +1 @@ +#include "m443Dll.h" \ No newline at end of file