mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-05 11:44:53 +01:00
Reworked booleans
This commit is contained in:
parent
8abd24ca54
commit
2fe5e90294
7 changed files with 16 additions and 17 deletions
|
|
@ -26,7 +26,7 @@ protected:
|
|||
Base_Hook& operator =(Base_Hook&&) = delete;
|
||||
|
||||
public:
|
||||
Base_Hook() {}
|
||||
Base_Hook();
|
||||
virtual ~Base_Hook();
|
||||
|
||||
void BeginHook();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue