#ifndef PLAYER_H #define PLAYER_H #include "gameobject.h" extern GameObject ship; void createShip(); void updateShip(GameObject* this); #endif // PLAYER_H