| 63 | // *********************************************************************** |
| 64 | |
| 65 | int LuaEndObject3D(lua_State* pLua) { |
| 66 | EndObject3D(); |
| 67 | return 0; |
| 68 | } |
| 69 | |
| 70 | // *********************************************************************** |
| 71 |
nothing calls this directly
no test coverage detected