Add LpxClient/LpxServer stubs, add dispatcher to main
This commit is contained in:
9
luprex/core/cpp/lpxserver.hpp
Normal file
9
luprex/core/cpp/lpxserver.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef LPXSERVER_HPP
|
||||
#define LPXSERVER_HPP
|
||||
|
||||
#include "drivenengine.hpp"
|
||||
|
||||
UniqueDrivenEngine make_LpxServer();
|
||||
|
||||
#endif // LPXSERVER_HPP
|
||||
|
||||
Reference in New Issue
Block a user