Files
Archimedes/include/extratools.h
2026-02-08 11:57:18 -06:00

9 lines
126 B
C

#ifndef EXTRATOOLS_H
#define EXTRATOOLS_H
#include <glm/glm.hpp>
#include <nlohmann/json.hpp>
#include <curl/curl.h>
#endif