mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-10 11:25:59 +03:00
chore(net): clean up function declarations
This commit is contained in:
parent
7a89560c14
commit
ef3ab5850f
@ -30,7 +30,7 @@ class Grunt::Timer {
|
|||||||
|
|
||||||
// Member functions
|
// Member functions
|
||||||
Timer();
|
Timer();
|
||||||
void Insert(Event&);
|
void Insert(Event& newEvent);
|
||||||
uint32_t Pump();
|
uint32_t Pump();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user