Rename lua.hpp to lua_manager.hpp

This commit is contained in:
wheremyfoodat 2023-09-28 02:31:05 +03:00
commit ee9c508bc4
4 changed files with 3 additions and 3 deletions

View file

@ -206,7 +206,7 @@ set(HEADER_FILES include/emulator.hpp include/helpers.hpp include/termcolor.hpp
include/applets/applet.hpp include/applets/mii_selector.hpp include/math_util.hpp include/services/soc.hpp include/applets/applet.hpp include/applets/mii_selector.hpp include/math_util.hpp include/services/soc.hpp
include/services/news_u.hpp include/applets/software_keyboard.hpp include/applets/applet_manager.hpp include/fs/archive_user_save_data.hpp include/services/news_u.hpp include/applets/software_keyboard.hpp include/applets/applet_manager.hpp include/fs/archive_user_save_data.hpp
include/services/amiibo_device.hpp include/services/nfc_types.hpp include/swap.hpp include/services/csnd.hpp include/services/nwm_uds.hpp include/services/amiibo_device.hpp include/services/nfc_types.hpp include/swap.hpp include/services/csnd.hpp include/services/nwm_uds.hpp
include/fs/archive_system_save_data.hpp include/lua.hpp include/fs/archive_system_save_data.hpp include/lua_manager.hpp
) )
cmrc_add_resource_library( cmrc_add_resource_library(

View file

@ -13,7 +13,7 @@
#include "crypto/aes_engine.hpp" #include "crypto/aes_engine.hpp"
#include "discord_rpc.hpp" #include "discord_rpc.hpp"
#include "io_file.hpp" #include "io_file.hpp"
#include "lua.hpp" #include "lua_manager.hpp"
#include "memory.hpp" #include "memory.hpp"
#ifdef PANDA3DS_ENABLE_HTTP_SERVER #ifdef PANDA3DS_ENABLE_HTTP_SERVER

View file

@ -1,5 +1,5 @@
#ifdef PANDA3DS_ENABLE_LUA #ifdef PANDA3DS_ENABLE_LUA
#include "lua.hpp" #include "lua_manager.hpp"
void LuaManager::initialize() { void LuaManager::initialize() {
L = luaL_newstate(); // Open Lua L = luaL_newstate(); // Open Lua