mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-15 07:26:08 +00:00
Implement rstl::list::push_back; CInputGenerator 98%
Former-commit-id: 3029184d1e
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
class CArchitectureQueue {
|
||||
public:
|
||||
bool Push(const CArchitectureMessage& msg) {
|
||||
// x0_queue.push_back(msg);
|
||||
x0_queue.push_back(msg);
|
||||
return false; // TODO
|
||||
}
|
||||
void Pop(); // TODO
|
||||
|
||||
Reference in New Issue
Block a user