Adding new context with world & config_json
This commit is contained in:
17
src/control_menu.cpp
Normal file
17
src/control_menu.cpp
Normal 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
|
||||
Reference in New Issue
Block a user