#if 1 #include #include #include #include "Parser.h" int main() { const std::string PJ_DIR = "E:\\Archive\\Projects\\NouVeL\\NVL\\"; std::vector SCENES = NVL::Parse::ParseFile(PJ_DIR + "dialogue.nvl"); } #endif