Just so I don't lose current progress on 2.0...
Some checks failed
Build / Build Game (push) Has been cancelled
Some checks failed
Build / Build Game (push) Has been cancelled
This commit is contained in:
13
src/game_data.hpp
Normal file
13
src/game_data.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "types.h"
|
||||
|
||||
namespace game
|
||||
{
|
||||
class GameData
|
||||
{
|
||||
public:
|
||||
MeasurementSystem measurementSystem{MeasurementSystem::METRIC};
|
||||
int volume{100};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user