add packs resources (WIP)

This commit is contained in:
MihailRis
2024-07-11 10:32:05 +03:00
parent 30dd853044
commit ca8652ffab
13 changed files with 103 additions and 16 deletions
+2 -1
View File
@@ -2,11 +2,12 @@
#define WORLD_WORLDGENERATORS_HPP_
#include "../voxels/WorldGenerator.hpp"
#include "../content/Content.hpp"
#include <map>
#include <vector>
#include <string>
class Content;
typedef WorldGenerator* (*gen_constructor) (const Content*);