]> git.sesse.net Git - movit/blobdiff - resource_pool.h
Move everything into “namespace movit”.
[movit] / resource_pool.h
index ae89d9f517e5c09a36bd0ea0eba99777990b0c56..ea56d0184fd6f1a49d4238034d526acfd3672185 100644 (file)
@@ -24,6 +24,8 @@
 #include <string>
 #include <utility>
 
+namespace movit {
+
 class ResourcePool {
 public:
        // program_freelist_max_length is how many compiled programs that are unused to keep
@@ -106,4 +108,6 @@ private:
        static size_t estimate_texture_size(const Texture2D &texture_format);
 };
 
+}  // namespace movit
+
 #endif  // !defined(_MOVIT_RESOURCE_POOL_H)