From 3eb363f813bfc4fbca250579848532ef296b3077 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Wed, 16 May 2018 21:52:12 +0100 Subject: Add updating to online content browser --- src/content/content.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/content/content.h') diff --git a/src/content/content.h b/src/content/content.h index 782a4fd7a..e246ed411 100644 --- a/src/content/content.h +++ b/src/content/content.h @@ -20,11 +20,13 @@ with this program; if not, write to the Free Software Foundation, Inc., #pragma once #include "config.h" #include "convert_json.h" +#include "irrlichttypes.h" struct ContentSpec { std::string type; std::string author; + u32 release = 0; std::string name; std::string desc; std::string path; -- cgit v1.2.3