fixes for compiling on r18

This commit is contained in:
dborth 2009-05-21 21:52:41 +00:00
parent f8b3bdf41c
commit 31da4f95c9
2 changed files with 18 additions and 13 deletions

View File

@ -26,6 +26,7 @@
#pragma warning ( disable : 4290 )
#endif
#include <stdio.h>
#ifndef CH_LIST
#define CH_LIST

View File

@ -65,6 +65,10 @@ Revision History:
//#include "driver.h" /* use M.A.M.E. */
#include "fmopl.h"
#ifdef HW_RVL
#include "../platform/wii/config.h"
#endif
#ifndef PI
#define PI 3.14159265358979323846
#endif