| 1053 | } |
| 1054 | |
| 1055 | static void onUpdate(Window& self) |
| 1056 | { |
| 1057 | self.frameNo++; |
| 1058 | self.callPrepareDraw(); |
| 1059 | |
| 1060 | sortVehicleList(self); |
| 1061 | } |
| 1062 | |
| 1063 | static void event_08(Window& self) |
| 1064 | { |
nothing calls this directly
no test coverage detected