Files
integration/luprex/core/cpp/driver.hpp

9 lines
151 B
C++
Raw Normal View History

#ifndef DRIVER_HPP
#define DRIVER_HPP
#include "drivenengine.hpp"
void driver_drive(DrivenEngine *de, int argc, char *argv[]);
#endif // DRIVER_HPP