X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=flat_input.h;h=c11d0a0123fcdb8bb4bd8bb4e60c26beed09692d;hp=57f6f5a27d75213f92e668065dbd23991ef91781;hb=4f0f3a800365a9f928387ad108ac904af0a966e6;hpb=f8e636666b3d36f97b125bc1a0f0f582c5026c7f diff --git a/flat_input.h b/flat_input.h index 57f6f5a..c11d0a0 100644 --- a/flat_input.h +++ b/flat_input.h @@ -1,7 +1,7 @@ #ifndef _MOVIT_FLAT_INPUT_H #define _MOVIT_FLAT_INPUT_H 1 -#include +#include #include #include @@ -11,6 +11,8 @@ #include "init.h" #include "input.h" +namespace movit { + class ResourcePool; // A FlatInput is the normal, “classic” case of an input, where everything @@ -104,4 +106,6 @@ private: ResourcePool *resource_pool; }; +} // namespace movit + #endif // !defined(_MOVIT_FLAT_INPUT_H)