-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use fake flags file for Starfield if none is passed
- Loading branch information
1 parent
04c6cb4
commit 2a97ea3
Showing
6 changed files
with
91 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
#pragma once | ||
#include "CaselessStringComparer.h" | ||
#include "GameID.h" | ||
#include <common/CaselessStringComparer.h> | ||
#include <common/GameID.h> | ||
|
||
|
||
namespace caprica { | ||
struct CapricaUserFlagsDefinition; | ||
struct FakeScripts { | ||
static identifier_ref getFakeScript(const identifier_ref& name, GameID game); | ||
static size_t getSizeOfFakeScript(const identifier_ref& name, GameID game); | ||
static identifier_ref getFakeFlagsFile(GameID game); | ||
}; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.