X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=flat_input.h;h=dec0f1c2ea2498b2eb9d30af1a319a0de07c7883;hp=57f6f5a27d75213f92e668065dbd23991ef91781;hb=ca4d87878bb32c7d672ac00f41ca0292f19acfcb;hpb=f8e636666b3d36f97b125bc1a0f0f582c5026c7f 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)