9 lines
126 B
C
9 lines
126 B
C
#ifndef EXTRATOOLS_H
|
|
#define EXTRATOOLS_H
|
|
|
|
#include <glm/glm.hpp>
|
|
#include <nlohmann/json.hpp>
|
|
#include <curl/curl.h>
|
|
|
|
#endif
|