settings_menu: Create a dedicated class for the settings
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
* File name: world.hpp
|
||||
* Author: lejulien
|
||||
* Date created: 09-01-2026 23:59:55
|
||||
* Date modified: 10-01-2026 21:49:31
|
||||
// Date modified: 12-01-2026 22:20:26
|
||||
* ------
|
||||
*/
|
||||
|
||||
#include <cstdint>
|
||||
#include <cstdlib>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <memory>
|
||||
#include <time.h>
|
||||
#include <vector>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
class World {
|
||||
|
||||
public:
|
||||
World(gol::ctx &ctx);
|
||||
World(std::shared_ptr<gol::ctx> ctx);
|
||||
~World();
|
||||
|
||||
std::vector<bool> *getWorldData();
|
||||
|
||||
Reference in New Issue
Block a user