Removed backends/intern.h

svn-id: r30611
This commit is contained in:
Max Horn 2008-01-22 14:16:02 +00:00
parent 00796bb598
commit c4c481fecf
18 changed files with 37 additions and 15 deletions

View file

@ -34,6 +34,11 @@
#include "icons/scummvm.xpm"
//#define SAMPLES_PER_SEC 11025
#define SAMPLES_PER_SEC 22050
//#define SAMPLES_PER_SEC 44100
static Uint32 timer_handler(Uint32 interval, void *param) {
((DefaultTimerManager *)param)->handler();
return interval;