Something like this:
Code:
#ifndef PLAYER_H
#define PLAYER_H

// Player class definition and related declarations.
// ...

#endif