emulator.h: Remove not needed SDL_image dependency

replace/3f5b79ab319a5fde048c2dd2429909e44b90620f
Federico Amedeo Izzo 2020-11-17 18:00:38 +01:00
rodzic e917738516
commit fc3ee1d6ed
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -21,7 +21,6 @@
#include <stdbool.h>
#include <stdint.h>
#include <SDL2/SDL.h>
#include <SDL2/SDL_image.h>
#ifndef SCREEN_WIDTH
#define SCREEN_WIDTH 160