Files
Archimedes/include/extratools.h
2026-02-07 12:44:07 -06:00

9 lines
124 B
C

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