| 170 | } |
| 171 | |
| 172 | static Matrix GetCamera(const ::Camera& camera) { return ::GetCameraMatrix(camera); } |
| 173 | |
| 174 | static Matrix GetCamera(const ::Camera2D& camera) { return ::GetCameraMatrix2D(camera); } |
| 175 |
nothing calls this directly
no outgoing calls
no test coverage detected