mirror of
https://github.com/NeoFlock/neonucleus.git
synced 2025-09-24 09:03:32 +02:00
8 lines
148 B
C
8 lines
148 B
C
#ifndef TEST_LUA_ARCH
|
|
#define TEST_LUA_ARCH
|
|
|
|
#include "neonucleus.h"
|
|
nn_architecture *testLuaArch_getArchitecture(const char *sandboxPath);
|
|
|
|
#endif
|