From 4d51094236b79b5d525c771d6cd3d990b9e64df8 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Wed, 5 Oct 2016 18:45:08 +0200 Subject: Add GameEditData struct to contain *_info arrays --- src/game_edit_data.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/game_edit_data.hpp (limited to 'src/game_edit_data.hpp') diff --git a/src/game_edit_data.hpp b/src/game_edit_data.hpp new file mode 100644 index 00000000..e05f6d60 --- /dev/null +++ b/src/game_edit_data.hpp @@ -0,0 +1,9 @@ +#pragma once + +/** + * Game edit data, i.e. the parsed contents of the edit .txt + * files. + */ +struct GameEditData { + +}; -- cgit v1.2.3