#pragma once class EnemyBullet { public: EnemyBullet(int x, int y); private: int x; int y; };