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

9 lines
143 B
C++
Raw Normal View History

#ifndef DRIVER_HPP
#define DRIVER_HPP
2022-01-10 14:39:19 -05:00
class DrivenEngine;
void driver_drive(DrivenEngine *de, int argc, char *argv[]);
#endif // DRIVER_HPP