Skip to content

Commit

Permalink
Added Def_GetDecoration()
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 10, 2003
1 parent d054c03 commit ac160c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/Include/dd_defns.h
Expand Up @@ -61,6 +61,7 @@ int Def_GetMusicNum(char *id);
int Def_EvalFlags(char *ptr);
ded_mapinfo_t *Def_GetMapInfo(char *map_id);
ded_light_t *Def_GetLightDef(int spr, int frame);
ded_decor_t *Def_GetDecoration(int number, boolean is_texture, boolean has_ext);
int Def_Get(int type, char *id, void *out);
boolean Def_SameStateSequence(state_t *snew, state_t *sold);

Expand Down

0 comments on commit ac160c8

Please sign in to comment.