Skip to content

Commit

Permalink
The game exports struct can be queried with GetInteger
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jul 24, 2004
1 parent 4a11619 commit eecc3fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doomsday/Include/dd_share.h
Expand Up @@ -237,7 +237,8 @@ extern "C" {
DD_MAP_MUSIC,
DD_HIGHRES_TEXTURE_PATH, // TGA texture directory (obsolete).
DD_WINDOW_HANDLE,
DD_DYNLIGHT_TEXTURE
DD_DYNLIGHT_TEXTURE,
DD_GAME_EXPORTS
};

// Macro for preparing the parameter for DD_TRANSLATED_SPRITE_TEXTURE.
Expand Down

0 comments on commit eecc3fe

Please sign in to comment.