Skip to content

Commit

Permalink
Fixed|Client|Unix: Incorrect header name in include
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed May 16, 2014
1 parent 3c1bd04 commit 7adf9d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doomsday/client/include/def_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#include "Material"
#include <de/stringarray.h>
#include <de/vector>
#include <vector>

template <typename PODType>
struct Array : public std::vector<PODType>
Expand Down Expand Up @@ -106,7 +106,8 @@ typedef struct stateinfo_s {
} stateinfo_t;

/**
* Definitions that are accessible via the public runtime API.
* Definitions that have been preprocessed for runtime use. Some of these are
* visible to the games via the InternalData API.
*/
struct RuntimeDefs
{
Expand Down

0 comments on commit 7adf9d8

Please sign in to comment.