JANITORIAL: Reduce header dependencies in shared code
Some backends may break as I only compiled SDL
This commit is contained in:
parent
845db59e08
commit
9414d7a6e2
760 changed files with 1349 additions and 548 deletions
|
@ -25,12 +25,13 @@
|
|||
#ifndef COMMON_UNZIP_H
|
||||
#define COMMON_UNZIP_H
|
||||
|
||||
#include "common/str.h"
|
||||
|
||||
namespace Common {
|
||||
|
||||
class Archive;
|
||||
class FSNode;
|
||||
class SeekableReadStream;
|
||||
class String;
|
||||
|
||||
/**
|
||||
* This factory method creates an Archive instance corresponding to the content
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue