forked from farnam_jhn/breakoutpp
added files
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#include "structs.h"
|
||||
|
||||
void ballmover(Ball &ball);
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
#include "structs.h"
|
||||
|
||||
void ballmover(Ball &ball);
|
||||