From e430a302e23219f27df6c0cba5a38edfc6782db6 Mon Sep 17 00:00:00 2001 From: CreateSource Date: Tue, 22 Oct 2024 17:18:13 -0400 Subject: [PATCH] start work on m443Dll --- include/REL/m443Dll.h | 6 ++++++ src/REL/m443Dll/main.c | 1 + src/REL/m443Dll/map.c | 1 + src/REL/m443Dll/player.c | 1 + 4 files changed, 9 insertions(+) create mode 100644 include/REL/m443Dll.h create mode 100644 src/REL/m443Dll/main.c create mode 100644 src/REL/m443Dll/map.c create mode 100644 src/REL/m443Dll/player.c 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