mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2025-01-20 09:20:13 +00:00
8 lines
115 B
C++
8 lines
115 B
C++
#ifndef LUA_HELPER_H
|
|
#define LUA_HELPER_H
|
|
#include <switch.h>
|
|
#include "l2c_imports.hpp"
|
|
|
|
|
|
|
|
#endif // LUA_HELPER_H
|