Inverted control flow, engine as library

This commit is contained in:
2021-10-04 17:45:18 -04:00
parent e0fdb2d42f
commit bc22dc89af
15 changed files with 387 additions and 136 deletions

View File

@@ -0,0 +1,8 @@
#ifndef DRIVER_HPP
#define DRIVER_HPP
#include "drivenengine.hpp"
void driver_drive(DrivenEngine *de);
#endif // DRIVER_HPP