Inverted control flow, engine as library
This commit is contained in:
8
luprex/core/cpp/driver.hpp
Normal file
8
luprex/core/cpp/driver.hpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef DRIVER_HPP
|
||||
#define DRIVER_HPP
|
||||
|
||||
#include "drivenengine.hpp"
|
||||
|
||||
void driver_drive(DrivenEngine *de);
|
||||
|
||||
#endif // DRIVER_HPP
|
||||
Reference in New Issue
Block a user