1
0
cuberite-2a/CoverityModel.cpp
2014-04-27 20:57:47 +01:00

6 lines
96 B
C++

void tolua_error (lua_State* L, const char* msg, tolua_Error* err)
{
__coverity_panic__();
}