Segmented ui draw function into smaller functions and added some comments

This commit is contained in:
antopilo
2023-07-09 15:10:58 -04:00
parent a0f35d40c7
commit 4dfd6bf292
2 changed files with 174 additions and 154 deletions

View File

@@ -49,6 +49,10 @@ namespace Nuake
void Draw();
private:
void DrawRecentProjectsSection();
void DrawProjectItem(const uint32_t projectPreview);
void DrawRightControls();
void ParseRecentFile();
void SaveRecentFile();
};