fixed missing wrapper.h

This commit is contained in:
Your Name 2024-04-29 17:35:58 +02:00
parent 41ca414841
commit f9722b6a3b

8
wrapper.h Normal file
View File

@ -0,0 +1,8 @@
#include <nds.h>
#ifdef ARM7
#include <maxmod7.h>
#include <dswifi7.h>
#elif ARM9
#include <maxmod9.h>
#include <dswifi9.h>
#endif