diff options
author | hnOsmium0001 <[email protected]> | 2022-05-06 19:52:12 -0700 |
---|---|---|
committer | hnOsmium0001 <[email protected]> | 2022-05-06 19:52:12 -0700 |
commit | d98a4159d86406a47628aa58bae9f3308fea4fd0 (patch) | |
tree | 4b5ee8aef4a099503801ea731e6fb3c724433cdf /source/EditorNotification.hpp | |
parent | e663fb70fa47764db4576315b78143b6d23ddfa3 (diff) |
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(); |