remove extra includes
This commit is contained in:
parent
91fd3c8abd
commit
2111478773
8
sdlamp.c
8
sdlamp.c
@ -1,14 +1,6 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#include "SDL.h"
|
#include "SDL.h"
|
||||||
#include "SDL_audio.h"
|
|
||||||
#include "SDL_error.h"
|
|
||||||
#include "SDL_events.h"
|
|
||||||
#include "SDL_messagebox.h"
|
|
||||||
#include "SDL_rect.h"
|
|
||||||
#include "SDL_render.h"
|
|
||||||
#include "SDL_stdinc.h"
|
|
||||||
#include "SDL_video.h"
|
|
||||||
|
|
||||||
static SDL_AudioDeviceID audio_device = 0;
|
static SDL_AudioDeviceID audio_device = 0;
|
||||||
static SDL_Window *window = NULL;
|
static SDL_Window *window = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user