Eliminados más restos de SDL2_image
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
#include <SDL2/SDL.h>
|
#include <SDL2/SDL.h>
|
||||||
#include <SDL2/SDL_image.h>
|
|
||||||
#include "texture.h"
|
#include "texture.h"
|
||||||
#include "ball.h"
|
#include "ball.h"
|
||||||
#include "defines.h"
|
#include "defines.h"
|
||||||
@@ -93,7 +92,6 @@ void close()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Quit SDL subsystems
|
// Quit SDL subsystems
|
||||||
IMG_Quit();
|
|
||||||
SDL_Quit();
|
SDL_Quit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user