Start trying own game
This commit is contained in:
9
Capter1/ball.hpp
Normal file
9
Capter1/ball.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
class ball
|
||||
{
|
||||
private:
|
||||
float x;
|
||||
float y;
|
||||
public:
|
||||
ball();
|
||||
~ball();
|
||||
};
|
||||
Reference in New Issue
Block a user