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

10 lines
137 B
C++
Raw Normal View History

#ifndef LPXSERVER_HPP
#define LPXSERVER_HPP
#include "drivenengine.hpp"
UniqueDrivenEngine make_LpxServer();
#endif // LPXSERVER_HPP