| 255 | |
| 256 | |
| 257 | void olc::rcw::Engine::SetCamera(const olc::vf2d& pos, const float heading) |
| 258 | { |
| 259 | vCameraPos = pos; |
| 260 | fCameraHeading = heading; |
| 261 | } |
| 262 | |
| 263 | |
| 264 | void olc::rcw::Engine::Update(float fElapsedTime) |
nothing calls this directly
no outgoing calls
no test coverage detected