9 lines
136 B
C++
9 lines
136 B
C++
#ifndef LPXCLIENT_HPP
|
|
#define LPXCLIENT_HPP
|
|
|
|
#include "drivenengine.hpp"
|
|
|
|
UniqueDrivenEngine make_LpxClient();
|
|
|
|
#endif // LPXCLIENT_HPP
|