10 lines
137 B
C++
10 lines
137 B
C++
|
|
#ifndef LPXSERVER_HPP
|
||
|
|
#define LPXSERVER_HPP
|
||
|
|
|
||
|
|
#include "drivenengine.hpp"
|
||
|
|
|
||
|
|
UniqueDrivenEngine make_LpxServer();
|
||
|
|
|
||
|
|
#endif // LPXSERVER_HPP
|
||
|
|
|