This commit is contained in:
MihailRis
2024-05-06 01:36:21 +03:00
parent 6b037ec7e8
commit 91aacafecb
10 changed files with 133 additions and 130 deletions
+6 -4
View File
@@ -1,12 +1,14 @@
#include "GLSLExtension.h"
#include <iostream>
#include <sstream>
#include <stdexcept>
#include "GLSLExtension.hpp"
#include "../util/stringutil.h"
#include "../typedefs.h"
#include "../files/files.h"
#include "../files/engine_paths.h"
#include <iostream>
#include <sstream>
#include <stdexcept>
namespace fs = std::filesystem;
void GLSLExtension::setVersion(std::string version) {
@@ -1,5 +1,5 @@
#ifndef CODERS_GLSL_EXTESION_H_
#define CODERS_GLSL_EXTESION_H_
#ifndef CODERS_GLSL_EXTESION_HPP_
#define CODERS_GLSL_EXTESION_HPP_
#include <string>
#include <vector>
@@ -35,4 +35,4 @@ public:
);
};
#endif // CODERS_GLSL_EXTESION_H_
#endif // CODERS_GLSL_EXTESION_HPP_