Different game

This commit is contained in:
2016-06-22 22:05:50 +02:00
parent 0f7895dc09
commit 5910170fd2
145 changed files with 9790 additions and 936 deletions
+12
View File
@@ -0,0 +1,12 @@
#include "MenuElement.h"
MenuElement::MenuElement(Vec2f position)
{
hover = false;
this->position = position;
}
MenuElement::~MenuElement()
{
}