mirror of
https://github.com/FunKey-Project/RetroFE.git
synced 2026-04-01 17:53:07 +02:00
Creating LuaLog header
This commit is contained in:
12
RetroFE/Source/Lua/LuaLog.h
Normal file
12
RetroFE/Source/Lua/LuaLog.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include "Lua.h"
|
||||
|
||||
namespace LuaLog
|
||||
{
|
||||
int debug(lua_State *l);
|
||||
int info(lua_State *l);
|
||||
int notice(lua_State *l);
|
||||
int warning(lua_State *l);
|
||||
int error(lua_State *l);
|
||||
};
|
||||
Reference in New Issue
Block a user