diff options
Diffstat (limited to 'gamedata/yuuko_open_fortress.txt')
-rw-r--r-- | gamedata/yuuko_open_fortress.txt | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/gamedata/yuuko_open_fortress.txt b/gamedata/yuuko_open_fortress.txt new file mode 100644 index 0000000..a46e7ee --- /dev/null +++ b/gamedata/yuuko_open_fortress.txt @@ -0,0 +1,65 @@ +"Games" { + "open_fortress" { + "Signatures" { + "CTFGameRules::CreateStandardEntities" { + "library" "server" + "linux" "@_ZN12CTFGameRules22CreateStandardEntitiesEv" + } + "CTFGameRules::PlayerKilled" { + "library" "server" + "linux" "@_ZN12CTFGameRules12PlayerKilledEP11CBasePlayerRK15CTakeDamageInfo" + } + "CBaseIssue::CBaseIssue" { + "library" "server" + "linux" "@_ZN10CBaseIssueC1EPKc" + } + "CChangeMutatorIssue::vtable" { + "library" "server" + "linux" "@_ZTV19CChangeMutatorIssue" + } + "CBaseTFIssue::typeinfo" { + "library" "server" + "linux" "@_ZTI12CBaseTFIssue" + } + "CBaseIssue::D1" { + "library" "server" + "linux" "@_ZN10CBaseIssueD1Ev" + } + "CBaseIssue::D0" { + "library" "server" + "linux" "@_ZN10CBaseIssueD0Ev" + } + "CBaseIssue::GetDetailsString" { + "library" "server" + "linux" "@_ZN10CBaseIssue16GetDetailsStringEv" + } + "CBaseIssue::IsEnabled" { + "library" "server" + "linux" "@_ZN10CBaseIssue9IsEnabledEv" + } + "CBaseIssue::CanCallVote" { + "library" "server" + "linux" "@_ZN10CBaseIssue11CanCallVoteEiPKcR20vote_create_failed_tRi" + } + // GetDisplayString only has concrete impls!! + "CBaseTFIssue::ExecuteCommand" { + "library" "server" + "linux" "@_ZN12CBaseTFIssue14ExecuteCommandEv" + } + "CBaseIssue::GetVotePassedString" { + "library" "server" + "linux" "@_ZN10CBaseIssue19GetVotePassedStringEv" + } + "CBaseTFIssue::vtable" { + "library" "server" + "linux" "@_ZTV12CBaseTFIssue" + } + "CVoteController::CreateVote" { + "library" "server" + "linux" "@_ZN15CVoteController10CreateVoteEiPKcS1_" + } + } + } +} + +
\ No newline at end of file |