1
0

Create CoverityModel.cpp

This commit is contained in:
worktycho 2014-04-27 20:57:47 +01:00
parent 5c46f9dd39
commit e069948bef

5
CoverityModel.cpp Normal file
View File

@ -0,0 +1,5 @@
void tolua_error (lua_State* L, const char* msg, tolua_Error* err)
{
__coverity_panic__();
}