changed "http" to "https" in URLs
[rocksndiamonds.git] / src / libgame / macosx.h
index 2235b88dabefb14e554a2c62345ca93a83f1adfa..268428cedaee0f53b1c53178072b1f4bdaab612b 100644 (file)
@@ -4,7 +4,7 @@
 // (c) 1995-2014 by Artsoft Entertainment
 //                         Holger Schemel
 //                 info@artsoft.org
-//                 http://www.artsoft.org/
+//                 https://www.artsoft.org/
 // ----------------------------------------------------------------------------
 // macosx.h
 // ============================================================================
 #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