Create CoverityModel.cpp

master
worktycho 2014-04-27 20:57:47 +01:00
parent 5c46f9dd39
commit e069948bef
1 changed files with 5 additions and 0 deletions

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__();
}