changed comments from old to new style (one-line comments only)
[rocksndiamonds.git] / src / game_mm / main_mm.h
index 4eb98fc7ffbea160cd2e9973dfeac3e847db7282..f54c62ec07d408508a51c24f1b393c59e3e58938 100644 (file)
@@ -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