diff options
author | rtk0c <[email protected]> | 2022-05-06 19:52:12 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-05-06 19:52:12 -0700 |
commit | cde94efdd44553f3f6575ce84b44c6799e1a1425 (patch) | |
tree | 593b9f280f2e223268f8d5c73f5d1dd1aba50c36 /source/EditorNotification.hpp | |
parent | 4c9f5ee706faa1435b7dc2f3b6d4753e1289c351 (diff) |
Changeset: 22 Improved camera and various cleanups
Diffstat (limited to 'source/EditorNotification.hpp')
-rw-r--r-- | source/EditorNotification.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/EditorNotification.hpp b/source/EditorNotification.hpp index 7bb6dab..3af8c2d 100644 --- a/source/EditorNotification.hpp +++ b/source/EditorNotification.hpp @@ -64,7 +64,7 @@ public: ImVec4 GetColor(); const char* GetIcon(); const char* GetContent(); - ; + uint64_t GetElapsedTime(); ImGuiToastPhase GetPhase(); float GetFadePercent(); |