| 334 | } |
| 335 | |
| 336 | void EETest::onWindowResize( EE::Window::Window* win ) { |
| 337 | Map.setViewSize( win->getSize().asFloat() ); |
| 338 | } |
| 339 | |
| 340 | static std::vector<String> getTestStringArr() { |
| 341 | Int32 wsize = 15; |
nothing calls this directly
no test coverage detected