GiantsTools/NavMeshGenerator/pch.h

11 lines
172 B
C
Raw Normal View History

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