1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-20 06:53:52 +00:00

include fix

This commit is contained in:
Marc Zinnschlag 2011-11-10 08:36:38 +01:00
parent 51f859651d
commit 2f5eca9d87

View file

@ -1,10 +1,13 @@
#ifndef OENGINE_INPUT_DISPATCHER_H
#define OENGINE_INPUT_DISPATCHER_H
#include <cassert>
#include <iostream>
#include <mangle/input/event.hpp>
#include "dispatch_map.hpp"
#include "func_binder.hpp"
#include <mangle/input/event.hpp>
#include <assert.h>
namespace OEngine {
namespace Input {