Skip to content

Commit

Permalink
Client: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed May 21, 2013
1 parent a54b169 commit aff1a68
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions doomsday/client/include/client/cl_infine.h
Expand Up @@ -20,8 +20,8 @@
* Client-side InFine.
*/

#ifndef LIBDENG_CLIENT_INFINE
#define LIBDENG_CLIENT_INFINE
#ifndef DENG_CLIENT_INFINE
#define DENG_CLIENT_INFINE

#include <de/reader.h>

Expand All @@ -45,4 +45,4 @@ void Cl_RequestFinaleSkip(void);
} // extern "C"
#endif

#endif /* LIBDENG_CLIENT_INFINE */
#endif /* DENG_CLIENT_INFINE */
6 changes: 3 additions & 3 deletions doomsday/client/include/client/cl_player.h
Expand Up @@ -21,8 +21,8 @@
* Clientside Player Management
*/

#ifndef LIBDENG_CLIENT_PLAYER_H
#define LIBDENG_CLIENT_PLAYER_H
#ifndef DENG_CLIENT_PLAYER_H
#define DENG_CLIENT_PLAYER_H

#include "cl_mobj.h"

Expand Down Expand Up @@ -81,4 +81,4 @@ boolean ClPlayer_IsFreeToMove(int plrnum);
} // extern "C"
#endif

#endif // LIBDENG_CLIENT_PLAYER_H
#endif // DENG_CLIENT_PLAYER_H
1 change: 0 additions & 1 deletion doomsday/client/include/game.h
Expand Up @@ -136,7 +136,6 @@ class Game
bool isRequiredFile(File1 &file);

public:

/**
* Construct a new Game instance from the specified definition @a def.
*
Expand Down

0 comments on commit aff1a68

Please sign in to comment.