Skip to content

Commit

Permalink
Added DED_ReadProcessDED
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jul 2, 2003
1 parent 9b6d2ba commit 9d360d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doomsday/Include/dd_defns.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ extern ded_count_t count_states;
extern ded_mapinfo_t *mapinfo; // Current mapinfo, can be NULL.

void Def_Init(void);
void Def_PostInit(void);

// Destroy databases.
void Def_Destroy(void);
Expand All @@ -53,7 +54,7 @@ void Def_Destroy(void);
// state, mobjinfo, sound, music and text databases accordingly.
void Def_Read(void);

void Def_PostInit(void);
void Def_ReadProcessDED(const char *fileName);

int Def_GetStateNum(char *id);
int Def_GetSpriteNum(char *name);
Expand Down

0 comments on commit 9d360d7

Please sign in to comment.