ALL: synced with scummvm
This commit is contained in:
parent
0116625b75
commit
adcb0b8383
91 changed files with 1059 additions and 696 deletions
|
@ -57,6 +57,7 @@
|
|||
|
||||
#include "graphics/cursorman.h"
|
||||
#include "graphics/fontman.h"
|
||||
#include "graphics/yuv_to_rgb.h"
|
||||
#ifdef USE_FREETYPE2
|
||||
#include "graphics/fonts/ttf.h"
|
||||
#endif
|
||||
|
@ -512,6 +513,8 @@ extern "C" int scummvm_main(int argc, const char * const argv[]) {
|
|||
#ifdef USE_FREETYPE2
|
||||
Graphics::shutdownTTF();
|
||||
#endif
|
||||
EngineManager::destroy();
|
||||
Graphics::YUVToRGBManager::destroy();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue