changed comments from old to new style (one-line comments only)
[rocksndiamonds.git] / src / libgame / macosx.h
index 236beccf0fd99323551826d7dd9cdc9d623a1251..ac2f953af26bf53bcc70465fa5726619620aab6b 100644 (file)
 #define MACOSX_H
 
 
-/* define some Mac OS X specific paths */
+// define some Mac OS X specific paths
 
 #define MAC_APP_BINARY_SUBDIR  "Contents/MacOS"
 #define MAC_APP_FILES_SUBDIR   "Contents/Resources"
 
 
-/* some symbols are already defined on Mac OS X */
+// some symbols are already defined on Mac OS X
 #define Delay Delay_internal
 #define DrawLine DrawLine_internal
 #define DrawText DrawText_internal
 #define GetPixel GetPixel_internal
 
-#endif /* MACOSX_H */
+#endif // MACOSX_H