#include "game_object.hpp" game_object::game_object(int X,int Y,int ID){ x=X, y=Y; id=ID; }