minor movement

This commit is contained in:
MihailRis
2024-04-21 01:34:34 +03:00
parent c47e869bdd
commit 599665d349
6 changed files with 16 additions and 16 deletions
+12
View File
@@ -0,0 +1,12 @@
#ifndef FRONTEND_MENU_MENU_HPP_
#define FRONTEND_MENU_MENU_HPP_
class Engine;
namespace menus {
/// @brief Create development version label at the top-right screen corner
void create_version_label(Engine* engine);
void create_menus(Engine* engine);
}
#endif // FRONTEND_MENU_MENU_HPP_