faces and that
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
#ifndef MINECRAFT_WORLD_WORLD_H_
|
||||
#define MINECRAFT_WORLD_WORLD_H_
|
||||
|
||||
#include "../common.hpp"
|
||||
|
||||
class Face;
|
||||
|
||||
class World {
|
||||
public:
|
||||
|
||||
std::vector<std::shared_ptr<Face>> Faces;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user