mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-21 20:08:40 +03:00
Segmented ui draw function into smaller functions and added some comments
This commit is contained in:
@@ -49,6 +49,10 @@ namespace Nuake
|
||||
void Draw();
|
||||
|
||||
private:
|
||||
void DrawRecentProjectsSection();
|
||||
void DrawProjectItem(const uint32_t projectPreview);
|
||||
void DrawRightControls();
|
||||
|
||||
void ParseRecentFile();
|
||||
void SaveRecentFile();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user