start work on m443Dll

This commit is contained in:
CreateSource 2024-10-22 17:18:13 -04:00
parent b8c6af2bf9
commit e430a302e2
4 changed files with 9 additions and 0 deletions

6
include/REL/m443Dll.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef M443DLL_H
#define M443DLL_H
#include "dolphin.h"
#endif

1
src/REL/m443Dll/main.c Normal file
View file

@ -0,0 +1 @@
#include "m443Dll.h"

1
src/REL/m443Dll/map.c Normal file
View file

@ -0,0 +1 @@
#include "m443Dll.h"

1
src/REL/m443Dll/player.c Normal file
View file

@ -0,0 +1 @@
#include "m443Dll.h"