* Add upgrade.wav from Yaniel
authorMathnerd314 <man.is.allan@gmail.com>
Sat, 13 Jun 2009 20:05:23 +0000 (20:05 +0000)
committerMathnerd314 <man.is.allan@gmail.com>
Sat, 13 Jun 2009 20:05:23 +0000 (20:05 +0000)
* Fix mime-types for sounds and music
* svn:eol-style=native for *.cmake

SVN-Revision: 5893

config.h.cmake
data/sounds/upgrade.wav [new file with mode: 0644]

index 15300a0..6b32fd3 100644 (file)
@@ -1,40 +1,40 @@
-#ifndef CONFIG_H\r
-#define CONFIG_H\r
-\r
-#define PACKAGE_NAME "supertux"\r
-#define PACKAGE_VERSION "0.3.2-SVN${REVISION}"\r
-\r
-#cmakedefine DEBUG\r
-#cmakedefine ENABLE_SQDBG\r
-\r
-#cmakedefine ENABLE_BINRELOC\r
-#define APPDATADIR "${APPDATADIR}"\r
-\r
-#define SIZEOF_VOID_P ${SIZEOF_VOID_P}\r
-#if SIZEOF_VOID_P == 8\r
-#define _SQ64\r
-#endif\r
-\r
-#cmakedefine HAVE_ICONV_CONST\r
-#ifdef HAVE_ICONV_CONST\r
-#define ICONV_CONST const\r
-#else\r
-#define ICONV_CONST\r
-#endif\r
-\r
-#cmakedefine WORDS_BIGENDIAN\r
-\r
-#cmakedefine HAVE_OPENGL\r
-\r
-#cmakedefine HAVE_LIBCURL\r
-\r
-//Useful constants\r
-static const float DELTA = .0001f;\r
-\r
-// the engine will be run with a logical framerate of 64fps.\r
-// We chose 64fps here because it is a power of 2, so 1/64 gives an "even"\r
-// binary fraction...\r
-static const float LOGICAL_FPS = 64.0;\r
-\r
-\r
-#endif /*CONFIG_H*/\r
+#ifndef CONFIG_H
+#define CONFIG_H
+
+#define PACKAGE_NAME "supertux"
+#define PACKAGE_VERSION "0.3.2-SVN${REVISION}"
+
+#cmakedefine DEBUG
+#cmakedefine ENABLE_SQDBG
+
+#cmakedefine ENABLE_BINRELOC
+#define APPDATADIR "${APPDATADIR}"
+
+#define SIZEOF_VOID_P ${SIZEOF_VOID_P}
+#if SIZEOF_VOID_P == 8
+#define _SQ64
+#endif
+
+#cmakedefine HAVE_ICONV_CONST
+#ifdef HAVE_ICONV_CONST
+#define ICONV_CONST const
+#else
+#define ICONV_CONST
+#endif
+
+#cmakedefine WORDS_BIGENDIAN
+
+#cmakedefine HAVE_OPENGL
+
+#cmakedefine HAVE_LIBCURL
+
+//Useful constants
+static const float DELTA = .0001f;
+
+// the engine will be run with a logical framerate of 64fps.
+// We chose 64fps here because it is a power of 2, so 1/64 gives an "even"
+// binary fraction...
+static const float LOGICAL_FPS = 64.0;
+
+
+#endif /*CONFIG_H*/
diff --git a/data/sounds/upgrade.wav b/data/sounds/upgrade.wav
new file mode 100644 (file)
index 0000000..b1e6d77
Binary files /dev/null and b/data/sounds/upgrade.wav differ