mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-05-04 14:33:50 +00:00
feat: sync with Whoa implementation
This commit is contained in:
parent
12ab8f7721
commit
6928bf3f0c
46 changed files with 2980 additions and 441 deletions
|
|
@ -8,8 +8,8 @@ class CSBasePriorityQueue;
|
|||
class CSBasePriority {
|
||||
public:
|
||||
// Member variables
|
||||
CSBasePriorityQueue* m_queue;
|
||||
uint32_t m_index;
|
||||
CSBasePriorityQueue* m_queue = nullptr;
|
||||
uint32_t m_index = 0;
|
||||
|
||||
// Member functions
|
||||
virtual bool Compare(CSBasePriority* a) = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue