1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-13 01:20:34 +02:00

Reduced SDL includes

This commit is contained in:
Ivan Savenko
2023-01-18 16:54:53 +02:00
parent aae83af9f3
commit fc0f5a9fb3
12 changed files with 10 additions and 16 deletions

View File

@ -10,7 +10,7 @@
#include "StdInc.h"
#include "AdventureMapClasses.h"
#include <SDL.h>
#include <SDL_timer.h>
#include "MiscWidgets.h"
#include "CComponent.h"