diff options
author | Andre Heider | 2008-12-23 19:16:38 +0000 |
---|---|---|
committer | Andre Heider | 2008-12-23 19:16:38 +0000 |
commit | 700c69e942e558c8942bdd14dad52844dcb0a826 (patch) | |
tree | f3a4d3ec3e8d3fffd67b8d9faa7fa9464b2dbaac /backends/platform/wii/gecko_console.h | |
parent | 71d879296b75d0c07277ba7b73c2b8823be8bc82 (diff) | |
download | scummvm-rg350-700c69e942e558c8942bdd14dad52844dcb0a826.tar.gz scummvm-rg350-700c69e942e558c8942bdd14dad52844dcb0a826.tar.bz2 scummvm-rg350-700c69e942e558c8942bdd14dad52844dcb0a826.zip |
changes for devkitPPC r16
svn-id: r35499
Diffstat (limited to 'backends/platform/wii/gecko_console.h')
-rw-r--r-- | backends/platform/wii/gecko_console.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/backends/platform/wii/gecko_console.h b/backends/platform/wii/gecko_console.h deleted file mode 100644 index ba7c393add..0000000000 --- a/backends/platform/wii/gecko_console.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef _WII_GECKO_CONSOLE_H_ -#define _WII_GECKO_CONSOLE_H_ - -#ifdef __cplusplus -extern "C" { -#endif - -void gecko_console_init(int chain); - -#ifdef __cplusplus -} -#endif - -#endif |