1
0
mirror of https://github.com/ncblakely/GiantsTools synced 2024-06-26 00:01:44 +02:00
GiantsTools/NavMeshGenerator/pch.h
2021-01-04 19:19:21 -08:00

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;