1
0
Fork 0
cuberite-2a/CoverityModel.cpp

18 lines
247 B
C++

extern "C" {
struct lua_State;
struct tolua_Error
{
int index;
int array;
const char* type;
};
void tolua_error (lua_State* L, const char* msg, tolua_Error* err)
{
__coverity_panic__();
}
}