mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Remove temporary SDL fallthrough
We don't need a temporary fallback if we just start using SDL 2.0.18 or later.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#define GRAPHICS_DEFINITION
|
||||
#include "Graphics.h"
|
||||
|
||||
#include <SDL.h>
|
||||
#include <utf8/unchecked.h>
|
||||
|
||||
#include "Constants.h"
|
||||
@@ -12,7 +13,6 @@
|
||||
#include "Map.h"
|
||||
#include "Music.h"
|
||||
#include "Screen.h"
|
||||
#include "TempSDLFallthrough.h"
|
||||
#include "UtilityClass.h"
|
||||
#include "Vlogging.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user