* public functions *
*---------------------------------------------------------------------*/
+#ifndef FEATURE_SOUND
+
+void I_InitTimidityConfig(void)
+{
+}
+
+#endif
+
/*---------------------------------------------------------------------*
* eof *
*---------------------------------------------------------------------*/
#include "doomgeneric.h"
#include <stdarg.h>
-#include <stdio.h>
-#include <SDL2/SDL.h>
+
//#include <sys/time.h>
//#include <unistd.h>
{
// initialize timer
- printf("I_InitTimer: Setting up timer.\n");
- if (SDL_Init(SDL_INIT_TIMER) < 0)
- {
- printf("SDL_Init failed: %s\n", SDL_GetError());
- atexit(SDL_Quit);
- exit(1);
- }
+ //SDL_Init(SDL_INIT_TIMER);
}
void I_EnableLoadingDisk(void);
+void I_EndRead (void);
+
extern char *video_driver;
extern boolean screenvisible;