// // utils.h // DescriptionHere // // Created by John Ryland (jryland@xiaofrog.com) on 19/11/2017. // Copyright 2017 InvertedLogic. All rights reserved. // #pragma once #include <vector> #include <string> std::vector<std::string> strSplit(const char* line, char seperator);