Commit e9edea55 authored by salix5's avatar salix5 Committed by GitHub

fix return type

Co-authored-by: default avatarCopilot <175728472+Copilot@users.noreply.github.com>
parent 07a67d6e
......@@ -88,7 +88,7 @@ public:
const wchar_t* GetVictoryString(uint32_t code) const;
const wchar_t* GetCounterName(uint32_t code) const;
const wchar_t* GetSetName(uint32_t code) const;
std::vector<unsigned int> GetSetCodes(std::wstring setname) const;
std::vector<uint32_t> GetSetCodes(std::wstring setname) const;
std::wstring GetNumString(int num, bool bracket = false) const;
const wchar_t* FormatLocation(int location, int sequence) const;
const wchar_t* FormatLocation(ClientCard* card) const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment