X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=flat_input.h;h=dec0f1c2ea2498b2eb9d30af1a319a0de07c7883;hp=57f6f5a27d75213f92e668065dbd23991ef91781;hb=cfc161e0289c2169d4835c48751ff56b97355eb2;hpb=0fa51e08f83e0283337216f5b951b3d5a8c0555b diff --git a/flat_input.h b/flat_input.h index 57f6f5a..dec0f1c 100644 --- a/flat_input.h +++ b/flat_input.h @@ -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)