* fix unknown command line argument * fix warnings settings for gcc * fix -Wzero-as-null-pointer-constant * revert CMakeLists.txt
7 lines
115 B
C++
7 lines
115 B
C++
#include "api_lua.hpp"
|
|
|
|
const luaL_Reg applib[] = {
|
|
// see libcore.cpp an stdlib.lua
|
|
{nullptr, nullptr}
|
|
};
|