The Snivy Video Game Is Complete

This commit is contained in:
2025-12-29 05:10:56 -05:00
parent d0f9669b8b
commit 62b988a678
705 changed files with 210576 additions and 162 deletions

12
src/game_data.h Normal file
View File

@@ -0,0 +1,12 @@
#pragma once
#include "types.h"
namespace game
{
class GameData
{
public:
MeasurementSystem measurementSystem{MeasurementSystem::METRIC};
};
}