mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-30 00:36:41 +00:00
[Server] Include handleInput.cpp correctly
This commit is contained in:
parent
2b71cbb8fc
commit
758ec17a6e
2 changed files with 1 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
#include "processors/ObjectProcessor.hpp"
|
||||
#include "processors/WorldstateProcessor.hpp"
|
||||
|
||||
#include "handleInput.hpp"
|
||||
#include "handleInput.cpp"
|
||||
|
||||
using namespace mwmp;
|
||||
using namespace std;
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
namespace mwmp_input {
|
||||
void handler();
|
||||
}
|
Loading…
Reference in a new issue