changed comments from old to new style (one-line comments only)
[rocksndiamonds.git] / src / libgame / platform.h
index 6587f9e3380b3d8aef14760568b1c716f74d93f6..8b13dc97080e29b993c461447e432a8440e55b6e 100644 (file)
@@ -12,9 +12,9 @@
 #ifndef PLATFORM_H
 #define PLATFORM_H
 
-/* ========================================================================= */
-/* define main platform keywords                                             */
-/* ========================================================================= */
+// ============================================================================
+// define main platform keywords
+// ============================================================================
 
 #if defined(WIN32) || defined(_WIN32)
 #define PLATFORM_WIN32
@@ -25,9 +25,9 @@
 #endif
 
 
-/* ========================================================================= */
-/* define additional platform keywords                                       */
-/* ========================================================================= */
+// ============================================================================
+// define additional platform keywords
+// ============================================================================
 
 #if defined(_AIX)
 #define PLATFORM_AIX
 #endif
 
 
-/* ========================================================================= */
-/* define additional target keywords                                         */
-/* ========================================================================= */
+// ============================================================================
+// define additional target keywords
+// ============================================================================
 
 #if defined(TARGET_SDL2)
 #ifndef TARGET_SDL
 #endif
 
 
-#endif /* PLATFORM_H */
+#endif // PLATFORM_H