add packs resources (WIP)
This commit is contained in:
@@ -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*);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user