- added missing return to translation code.

- a bit of header cleanup.

* moved <zlib.h> and <bzlib.h> from files.h to files_decompress.cpp because they are no longer needed for defining the interface.
* added <functional> to the precompiled header
This commit is contained in:
Christoph Oelckers 2018-03-12 21:18:11 +01:00
commit 5fccdd9acd
6 changed files with 5 additions and 3 deletions

View file

@ -35,6 +35,8 @@
// This also pulls in windows.h
#include "LzmaDec.h"
#include <zlib.h>
#include <bzlib.h>
#include "files.h"
#include "i_system.h"