GiantsTools/NavMeshGenerator/pch.h

11 lines
172 B
C++

#pragma once
// STL
#include <filesystem>
#include <fstream>
#include <iostream>
// External libraries
#include "../External/json/json.hpp"
using njson = nlohmann::json;