]> git.localhorst.tv Git - blobs.git/blob - src/world/Resources.hpp
fun with resources
[blobs.git] / src / world / Resources.hpp
1 #ifndef BLOBS_WORLD_RESOURCES_HPP_
2 #define BLOBS_WORLD_RESOURCES_HPP_
3
4
5 namespace blobs {
6 namespace world {
7
8 struct Resource;
9
10 class Resources {
11
12 };
13
14 }
15 }
16
17 #endif