mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-13 20:06:08 +00:00
Add CScriptGenerator
What is even that AcceptScriptMsg
Former-commit-id: 9fcf74b45b
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