mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
(Proposal) Introduce arithmetic operators to Vector2 (#1193)
This commit is contained in:

committed by
GitHub

parent
4d8098a6c2
commit
94ce89cbaa
@@ -40,7 +40,7 @@ public:
|
||||
~MxNotificationManager() override; // vtable+0x00 (scalar deleting destructor)
|
||||
|
||||
MxResult Tickle() override; // vtable+0x08
|
||||
// TODO: Where does this method come from?
|
||||
|
||||
virtual MxResult Create(MxU32 p_frequencyMS, MxBool p_createThread); // vtable+0x14
|
||||
void Register(MxCore* p_listener);
|
||||
void Unregister(MxCore* p_listener);
|
||||
|
Reference in New Issue
Block a user