| 135 | // *********************************************************************** |
| 136 | |
| 137 | int LuaPushMatrix(lua_State* pLua) { |
| 138 | PushMatrix(); |
| 139 | return 0; |
| 140 | } |
| 141 | |
| 142 | // *********************************************************************** |
| 143 |
nothing calls this directly
no test coverage detected