LCOV - code coverage report
Current view: top level - src - system.h (source / functions) Hit Total Coverage
Test: coverage.info Lines: 1 2 50.0 %
Date: 2020-10-15 20:26:03 Functions: 1 2 50.0 %

          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