LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : #ifndef system_hpp 2 : #define system_hpp 3 : 4 : #include "event.h" 5 : #include "util.h" 6 : 7 15 : class System { 8 : public: 9 : virtual void update() = 0; 10 0 : virtual void handleEvent(const EvAny& ev) {} 11 : }; 12 : 13 : #endif |
![]() |
Generated by: LCOV version 1.13 |