Adding new context with world & config_json

This commit is contained in:
2026-01-10 22:40:17 +01:00
parent 24729d11f3
commit 8aee4cdc53
4 changed files with 144 additions and 62 deletions

17
src/control_menu.cpp Normal file
View File

@@ -0,0 +1,17 @@
/*
* File name: control_menu.cpp
* Author: lejulien
* Date created: 10-01-2026 22:12:44
// Date modified: 10-01-2026 22:21:20
* ------
*/
#include <control_menu.hpp>
namespace gol {
ControlMenu::ControlMenu(ctx context):context_(context) {
// TODO: load content from json
}
} // namespace gol