#include "config.h"#include <stdio.h>#include <math.h>#include <stdlib.h>#include <string.h>#include <stdint.h>#include <time.h>#include <unistd.h>#include <sys/types.h>#include <sys/stat.h>#include <signal.h>#include <sys/soundcard.h>#include <sys/ioctl.h>#include <fcntl.h>#include <errno.h>#include <stdarg.h>#include <ctype.h>#include "dirent.h"#include "SDL.h"#include "SDL_image.h"#include "SDL_mixer.h"#include "SDL_opengl.h"#include "lang.h"Go to the source code of this file.
1.5.5