neonucleus/src/testLuaArch.h
2025-05-23 19:59:40 +02:00

8 lines
148 B
C

#ifndef TEST_LUA_ARCH
#define TEST_LUA_ARCH
#include "neonucleus.h"
nn_architecture *testLuaArch_getArchitecture(const char *sandboxPath);
#endif