]> git.localhorst.tv Git - blank.git/blobdiff - src/interface.hpp
fix normal generated by chunk intersection test
[blank.git] / src / interface.hpp
index ed417086504a8f8b86d97f648abe4349d3692e83..a4b7a92cef1cf10c1d9c79d30ab0ff72e9cf818f 100644 (file)
@@ -26,6 +26,9 @@ public:
        void Handle(const SDL_MouseWheelEvent &);
        void Handle(const SDL_WindowEvent &);
 
+       void FaceBlock();
+       void TurnBlock();
+
        void PickBlock();
        void PlaceBlock();
        void RemoveBlock();