X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=resource_pool.h;h=ea56d0184fd6f1a49d4238034d526acfd3672185;hp=ae89d9f517e5c09a36bd0ea0eba99777990b0c56;hb=cfc161e0289c2169d4835c48751ff56b97355eb2;hpb=0fa51e08f83e0283337216f5b951b3d5a8c0555b diff --git a/resource_pool.h b/resource_pool.h index ae89d9f..ea56d01 100644 --- a/resource_pool.h +++ b/resource_pool.h @@ -24,6 +24,8 @@ #include #include +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)