Skip to content

Commit

Permalink
Added missing prototype for R_UpdateTexturesAndFlats() to r_data.h
Browse files Browse the repository at this point in the history
  • Loading branch information
danij committed Jan 4, 2009
1 parent 3c528c8 commit 61b3269
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/engine/portable/include/r_data.h
Expand Up @@ -298,6 +298,7 @@ void R_DivTexCoords(rtexcoord_t* dst, const rtexcoord_t* src,
const walldiv_t* divs, float bL, float tL,
float bR, float tR);

void R_UpdateTexturesAndFlats(void);
void R_InitTextures(void);
void R_InitFlats(void);

Expand Down

0 comments on commit 61b3269

Please sign in to comment.