Skip to content

Commit

Permalink
Merge pull request #12164 from hrydgard/gamemanager-zip-rework
Browse files Browse the repository at this point in the history
GameManager ZIP handling rework
  • Loading branch information
hrydgard authored Jul 14, 2019
2 parents 179cafc + 274a8d7 commit 2760834
Show file tree
Hide file tree
Showing 6 changed files with 307 additions and 131 deletions.
3 changes: 1 addition & 2 deletions Core/Loaders.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ enum class IdentifiedFileType {
UNKNOWN,
};


class FileLoader {
// NB: It is a REQUIREMENT that implementations of this class are entirely thread safe!
class FileLoader {
public:
enum class Flags {
NONE,
Expand Down
Loading

0 comments on commit 2760834

Please sign in to comment.