SDL: Based on PR #1624 and more sync with ScummVM

This commit is contained in:
Pawel Kolodziejski 2020-05-12 23:46:03 +02:00
parent 8538d8d5e9
commit 6e02b9d5d6
14 changed files with 852 additions and 273 deletions

View file

@ -23,6 +23,7 @@
#include "backends/modular-backend.h"
#include "backends/graphics/graphics.h"
#include "backends/graphics/resvm-graphics.h" // ResidualVM specific
#include "backends/mutex/mutex.h"
#include "gui/EventRecorder.h"