mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 08:57:01 +00:00
Add CScriptGenerator
What is even that AcceptScriptMsg
This commit is contained in:
@@ -10,6 +10,8 @@ public:
|
||||
pair() {}
|
||||
pair(const L& first, const R& second) : first(first), second(second) {}
|
||||
|
||||
bool operator==(const pair& other) const { return first == other.first && second == other.second; }
|
||||
|
||||
L first;
|
||||
R second;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user