Skip to content

Commit

Permalink
Added a public definition for font_s
Browse files Browse the repository at this point in the history
This solves the compiler warnings about font_s.
  • Loading branch information
skyjake committed Jul 19, 2011
1 parent a03163a commit 8a7ec31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/engine/api/doomsday.h
Expand Up @@ -63,6 +63,7 @@ extern "C" {
typedef struct sector_s { int type; } sector_t;
typedef struct plane_s { int type; } plane_t;
typedef struct material_s { int type; } material_t;
typedef struct font_s { int type; } font_t;
#endif

#include "dd_share.h"
Expand Down

0 comments on commit 8a7ec31

Please sign in to comment.