From 94d46848095bc75627873708b1d0d5b2632b85db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Thu, 3 Mar 2016 01:40:12 +0100 Subject: NOISSUE add basic unit tests for MojangVersionFormat reading/writing will have to make them pass now --- logic/minecraft/MojangVersionFormat.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'logic/minecraft/MojangVersionFormat.h') diff --git a/logic/minecraft/MojangVersionFormat.h b/logic/minecraft/MojangVersionFormat.h index 925990ab..cd87d68e 100644 --- a/logic/minecraft/MojangVersionFormat.h +++ b/logic/minecraft/MojangVersionFormat.h @@ -3,7 +3,9 @@ #include #include -class MojangVersionFormat +#include "multimc_logic_export.h" + +class MULTIMC_LOGIC_EXPORT MojangVersionFormat { public: // version files / profile patches -- cgit v1.2.3