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