This website works better with JavaScript
Home
Explore
Help
Sign In
matteosavatteri
/
invaders
forked from
lcmstaff/invaders
Watch
1
Star
0
Fork
0
Files
Tree:
ae168b4069
Branches
Tags
cleanup
master
invaders
/
game_object.cpp
game_object.cpp
99 B
History
Raw
1
2
3
4
5
6
7
8
9
#include "game_object.hpp"
game_object::game_object(int X,int Y,int ID){
x=X,
y=Y;
id=ID;
}