| 239 | |
| 240 | |
| 241 | void olc::rcw::Object::Stop() |
| 242 | { |
| 243 | fSpeed = 0; |
| 244 | vel = { 0,0 }; |
| 245 | } |
| 246 | |
| 247 | olc::rcw::Engine::Engine(const int screen_w, const int screen_h, const float fov) : |
| 248 | vScreenSize(screen_w, screen_h), |
nothing calls this directly
no outgoing calls
no test coverage detected