moved private definitions out of public headers.

This commit is contained in:
Christoph Oelckers 2023-08-22 21:36:57 +02:00
commit c77ece4922
15 changed files with 111 additions and 105 deletions

View file

@ -35,9 +35,10 @@
*/
#include <zlib.h>
#include "resourcefile.h"
#include "resourcefile_internal.h"
#include "md5.hpp"
#include "fs_stringpool.h"
#include "files_internal.h"
namespace FileSys {