diff test/automated/platform/platform.h @ 3259:22ac66da0765

Merged Edgar's code changes from Google Summer of Code 2009
author Sam Lantinga <slouken@libsdl.org>
date Mon, 07 Sep 2009 05:06:34 +0000
parents
children 0c429a5fda8a
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test/automated/platform/platform.h	Mon Sep 07 05:06:34 2009 +0000
@@ -0,0 +1,19 @@
+/**
+ * Part of SDL test suite.
+ *
+ * Written by Edgar Simo "bobbens"
+ *
+ * Released under Public Domain.
+ */
+
+
+#ifndef _TEST_PLATFORM
+#  define _TEST_PLATFORM
+
+
+const char *platform_getPlatform (void);
+int test_platform (void);
+
+
+#endif /* _TEST_PLATFORM */
+