]> git.sesse.net Git - movit/blobdiff - flat_input.h
Move everything into “namespace movit”.
[movit] / flat_input.h
index 57f6f5a27d75213f92e668065dbd23991ef91781..dec0f1c2ea2498b2eb9d30af1a319a0de07c7883 100644 (file)
@@ -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)