Skip to content

Commit

Permalink
Updated the debug renderer with the newly added exported routines.
Browse files Browse the repository at this point in the history
Todo: Move the debug layer into the engine as a compile-time wrapper?
  • Loading branch information
danij committed Jul 2, 2007
1 parent c6323ab commit 861c5df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doomsday/plugins/debugrenderer/api/drdebug.def
Expand Up @@ -5,6 +5,9 @@ LIBRARY DRDEBUG
EXPORTS
DG_Init
DG_Shutdown
DG_ChangeVideoMode
DG_CreateContext
DG_DestroyContext
DG_Clear
DG_Show
DG_Viewport
Expand Down Expand Up @@ -65,6 +68,6 @@ EXPORTS
DG_Fog
DG_Fogv
DG_Project
DG_ReadPixels
; DG_ReadPixels


0 comments on commit 861c5df

Please sign in to comment.