1
0
mirror of https://github.com/ncblakely/GiantsTools synced 2024-06-29 09:11:45 +02:00
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;