X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_em%2Fexport.h;h=90957d69bf0a04a266260cdb7dc84ac2592baafc;hp=ae5f9a1b468cd2a922f7ffa42bcf3b4421e776f6;hb=64e7c54dce6ea8c063f04198c64c5057d751c928;hpb=855700d73bbef8bb1248fe0ac735738478d6044b diff --git a/src/game_em/export.h b/src/game_em/export.h index ae5f9a1b..90957d69 100644 --- a/src/game_em/export.h +++ b/src/game_em/export.h @@ -1,13 +1,13 @@ #ifndef EXPORT_H #define EXPORT_H -/* ========================================================================= */ -/* functions and definitions exported from game_em to main program */ -/* ========================================================================= */ +// ============================================================================ +// functions and definitions exported from game_em to main program +// ============================================================================ -/* ------------------------------------------------------------------------- */ -/* constant definitions */ -/* ------------------------------------------------------------------------- */ +// ---------------------------------------------------------------------------- +// constant definitions +// ---------------------------------------------------------------------------- /* define these for backwards compatibility */ #define EM_ENGINE_BAD_ROLL @@ -542,9 +542,9 @@ enum }; -/* ------------------------------------------------------------------------- */ -/* data structure definitions */ -/* ------------------------------------------------------------------------- */ +// ---------------------------------------------------------------------------- +// data structure definitions +// ---------------------------------------------------------------------------- struct LEVEL { @@ -723,9 +723,9 @@ struct EngineSnapshotInfo_EM }; -/* ------------------------------------------------------------------------- */ -/* exported functions */ -/* ------------------------------------------------------------------------- */ +// ---------------------------------------------------------------------------- +// exported functions +// ---------------------------------------------------------------------------- extern struct GlobalInfo_EM global_em_info; extern struct GameInfo_EM game_em; @@ -762,4 +762,4 @@ boolean checkIfAllPlayersFitToScreen(void); void tab_generate(void); void tab_generate_graphics_info_em(void); -#endif /* EXPORT_H */ +#endif // EXPORT_H