Skip to content

Commit

Permalink
Fixed DGL_Begin declaration (error with gcc).
Browse files Browse the repository at this point in the history
  • Loading branch information
danij committed Jan 10, 2008
1 parent fa32685 commit 991f2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/engine/portable/include/de_dgl.h
Expand Up @@ -173,7 +173,7 @@ void DGL_MatrixMode(int mode);
void DGL_PushMatrix(void);
void DGL_PopMatrix(void);
void DGL_LoadIdentity(void);
void DGL_Begin(int mode);
void DGL_Begin(glprimtype_t type);
void DGL_End(void);
void DGL_Color3ub(DGLubyte r, DGLubyte g, DGLubyte b);
void DGL_Color3ubv(const DGLubyte *data);
Expand Down

0 comments on commit 991f2b4

Please sign in to comment.