Started Meinkraft project

This commit is contained in:
2016-06-08 10:55:07 +02:00
parent 52c9101558
commit c6958f2205
43 changed files with 10555 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
#include "MenuState.h"
MenuState::MenuState()
{
}
MenuState::~MenuState()
{
}
void MenuState::init(void)
{
}
void MenuState::exit(void)
{
}
void MenuState::draw(void)
{
}
void MenuState::update(float deltaTime)
{
}