changed comments from old to new style (one-line comments only)
[rocksndiamonds.git] / src / game_em / export.h
index ae5f9a1b468cd2a922f7ffa42bcf3b4421e776f6..90957d69bf0a04a266260cdb7dc84ac2592baafc 100644 (file)
@@ -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