Breakout Standard Screen

Meaning bricks, ball, pad, walls bounces, things.
May or may not work as intended.
This commit is contained in:
PlatinumSkink
2015-09-11 15:07:00 +02:00
parent ead7c6c754
commit bda864ac11
7 changed files with 67 additions and 23 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
//
// Created by Administrator on 2015-09-10.
// Created by Adniklastrator on 2015-09-10.
//
#ifndef DAYDREAM_CPAD_H
#define DAYDREAM_CPAD_H
#ifndef DAYDREAM_CBALL_H
#define DAYDREAM_CBALL_H
#include "Core/Component.h"
@@ -22,4 +22,4 @@ struct Ball : Component
}
#endif //DAYDREAM_CPAD_H
#endif //DAYDREAM_CBALL_H