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

9 lines
136 B
C++
Raw Normal View History

#ifndef LPXCLIENT_HPP
#define LPXCLIENT_HPP
#include "drivenengine.hpp"
UniqueDrivenEngine make_LpxClient();
#endif // LPXCLIENT_HPP