mirror of
https://github.com/LumaTeam/Luma3DS.git
synced 2026-02-23 10:24:38 +00:00
7 lines
101 B
C
7 lines
101 B
C
#ifndef __memchunkhax_h__
|
|
#define __memchunkhax_h__
|
|
|
|
void memchunk_arm11hax(void (*func)());
|
|
|
|
#endif
|