Skip to content

Commit

Permalink
Comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jun 10, 2003
1 parent cfd8b62 commit d8e7f13
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions doomsday/Include/dd_api.h
Expand Up @@ -3,15 +3,13 @@

#include "dd_share.h"

/*
The routines/data exported out of the Doomsday engine:
This structure contains pointers to routines that can have alternative
handlers in the engine. Also, some select global variables are exported
using this structure (most importantly the map data).
*/
/*
* The routines/data exported out of the Doomsday engine:
*
* This structure contains pointers to routines that can have alternative
* handlers in the engine. Also, some select global variables are exported
* using this structure (most importantly the map data).
*/
typedef struct
{
int apiSize; // sizeof(game_import_t)
Expand Down Expand Up @@ -63,10 +61,8 @@ typedef struct
game_import_t; // game import == engine export

/*
The routines/data exported from the game DLL:
*/
* The routines/data exported from the game DLL.
*/
typedef struct
{
int apiSize; // sizeof(game_export_t)
Expand Down

0 comments on commit d8e7f13

Please sign in to comment.