From f5b8091ee91b8323b8e2b1044ba8be676f2bfaf4 Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 19 Mar 2024 22:56:52 +0100 Subject: Definition Parser now consumes from the new Reader Next steps are to move ParseUtils functionality to DefinitinoEx, sort things into the namespaces in this library, and then prepare it to handle overloading like nlohmann_json does. On the other side, it's time for starshatter::data. --- StarsEx/Ship.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'StarsEx/Ship.cpp') diff --git a/StarsEx/Ship.cpp b/StarsEx/Ship.cpp index aebb1f0..251f92a 100644 --- a/StarsEx/Ship.cpp +++ b/StarsEx/Ship.cpp @@ -85,7 +85,6 @@ #include "Panic.h" #include "Parser_ss.h" -#include "Reader.h" // +----------------------------------------------------------------------+ -- cgit v1.1