add extratools.h

This commit is contained in:
2026-02-07 12:44:07 -06:00
parent e7544e1cc1
commit 89ea39ee60

8
include/extratools.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef EXTRATOOLS_H
#define EXTRATOOLS_H
#include <glm/glm.h>
#include <nlohmann/json.hpp>
#include <curl/curl.h>
#endif