bruh a little

This commit is contained in:
Ben
2019-10-05 20:39:37 +01:00
parent a112e8e4f1
commit 9451e02edd
10 changed files with 15208 additions and 12 deletions

11
src/renderer/face.hpp Normal file
View File

@@ -0,0 +1,11 @@
#ifndef MINECRAFT_RENDERER_FACE_H_
#define MINECRAFT_RENDERER_FACE_H_
class Face {
public:
};
#endif