Skip to content

Commit

Permalink
Fixed compile warning in gcc about struct mn_page_s being used before…
Browse files Browse the repository at this point in the history
… its defined.
  • Loading branch information
danij-deng committed May 8, 2011
1 parent dba96aa commit b12a407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/plugins/common/include/m_defs.h
Expand Up @@ -32,6 +32,7 @@
#include "hu_stuff.h"

struct mn_object_s;
struct mn_page_s;

typedef enum menucommand_e {
MCMD_OPEN, // Open the menu.
Expand Down

0 comments on commit b12a407

Please sign in to comment.