13 lines
200 B
C
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
|