X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_mm%2Fmain_mm.h;h=f54c62ec07d408508a51c24f1b393c59e3e58938;hp=4eb98fc7ffbea160cd2e9973dfeac3e847db7282;hb=64e7c54dce6ea8c063f04198c64c5057d751c928;hpb=855700d73bbef8bb1248fe0ac735738478d6044b diff --git a/src/game_mm/main_mm.h b/src/game_mm/main_mm.h index 4eb98fc7..f54c62ec 100644 --- a/src/game_mm/main_mm.h +++ b/src/game_mm/main_mm.h @@ -1,31 +1,31 @@ #ifndef MAIN_MM_H #define MAIN_MM_H -/* ========================================================================= */ -/* external functions and definitions imported from main program to game_mm */ -/* ========================================================================= */ +// ============================================================================ +// external functions and definitions imported from main program to game_mm +// ============================================================================ #include "../engines.h" #include "../conf_gfx.h" -/* ========================================================================= */ -/* functions and definitions that are exported from game_mm to main program */ -/* ========================================================================= */ +// ============================================================================ +// functions and definitions that are exported from game_mm to main program +// ============================================================================ #include "export.h" -/* ========================================================================= */ -/* internal functions and definitions that are not exported to main program */ -/* ========================================================================= */ +// ============================================================================ +// internal functions and definitions that are not exported to main program +// ============================================================================ -/* ------------------------------------------------------------------------- */ -/* constant definitions */ -/* ------------------------------------------------------------------------- */ +// ---------------------------------------------------------------------------- +// constant definitions +// ---------------------------------------------------------------------------- -/* screen sizes and positions for MM engine */ +// screen sizes and positions for MM engine extern int TILESIZE_VAR; @@ -40,7 +40,7 @@ extern int SCR_FIELDX, SCR_FIELDY; #define MAX_BUF_XSIZE SCR_FIELDX #define MAX_BUF_YSIZE SCR_FIELDY -/* often used screen positions */ +// often used screen positions extern int SX, SY; @@ -55,13 +55,13 @@ extern int REAL_SX, REAL_SY; #define FULL_SYSIZE (2 + SYSIZE + 2) -/* ------------------------------------------------------------------------- */ -/* data structure definitions */ -/* ------------------------------------------------------------------------- */ +// ---------------------------------------------------------------------------- +// data structure definitions +// ---------------------------------------------------------------------------- -/* ------------------------------------------------------------------------- */ -/* exported variables */ -/* ------------------------------------------------------------------------- */ +// ---------------------------------------------------------------------------- +// exported variables +// ---------------------------------------------------------------------------- extern struct LevelInfo_MM native_mm_level; @@ -73,8 +73,8 @@ extern int GfxGraphic[MM_MAX_PLAYFIELD_WIDTH][MM_MAX_PLAYFIELD_HEIGHT]; extern int GfxFrame[MM_MAX_PLAYFIELD_WIDTH][MM_MAX_PLAYFIELD_HEIGHT]; -/* ------------------------------------------------------------------------- */ -/* exported functions */ -/* ------------------------------------------------------------------------- */ +// ---------------------------------------------------------------------------- +// exported functions +// ---------------------------------------------------------------------------- -#endif /* MAIN_MM_H */ +#endif // MAIN_MM_H