forked from mirror/openmw-tes3mp
include fix
This commit is contained in:
parent
51f859651d
commit
2f5eca9d87
1 changed files with 5 additions and 2 deletions
|
@ -1,10 +1,13 @@
|
||||||
#ifndef OENGINE_INPUT_DISPATCHER_H
|
#ifndef OENGINE_INPUT_DISPATCHER_H
|
||||||
#define OENGINE_INPUT_DISPATCHER_H
|
#define OENGINE_INPUT_DISPATCHER_H
|
||||||
|
|
||||||
|
#include <cassert>
|
||||||
|
#include <iostream>
|
||||||
|
|
||||||
|
#include <mangle/input/event.hpp>
|
||||||
|
|
||||||
#include "dispatch_map.hpp"
|
#include "dispatch_map.hpp"
|
||||||
#include "func_binder.hpp"
|
#include "func_binder.hpp"
|
||||||
#include <mangle/input/event.hpp>
|
|
||||||
#include <assert.h>
|
|
||||||
|
|
||||||
namespace OEngine {
|
namespace OEngine {
|
||||||
namespace Input {
|
namespace Input {
|
||||||
|
|
Loading…
Reference in a new issue