mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-15 07:26:08 +00:00
@@ -9,10 +9,7 @@
|
||||
|
||||
class CArchitectureQueue {
|
||||
public:
|
||||
bool Push(const CArchitectureMessage& msg) {
|
||||
x0_queue.push_back(msg);
|
||||
return false; // TODO
|
||||
}
|
||||
bool Push(const CArchitectureMessage& msg);
|
||||
void Pop(); // TODO
|
||||
void Clear(); // TODO
|
||||
bool IsEmpty() const; // TODO
|
||||
|
||||
Reference in New Issue
Block a user