Start trying own game
This commit is contained in:
11
Capter1/ball.cpp
Normal file
11
Capter1/ball.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "ball.hpp"
|
||||
|
||||
ball::ball()
|
||||
{
|
||||
x = 0;
|
||||
y = 0;
|
||||
}
|
||||
|
||||
ball::~ball()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user