Files
Archimedes/include/extratools.h
2026-02-13 08:24:03 -06:00

13 lines
200 B
C

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