Begin refactor, add documentation
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
|
||||
#include <glm/gtc/type_ptr.hpp>
|
||||
|
||||
#include "types.h"
|
||||
#include "Material.h"
|
||||
#include "Light.h"
|
||||
#include "../types.h"
|
||||
#include "../Material.h"
|
||||
#include "../Light.h"
|
||||
|
||||
class Shader {
|
||||
public:
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define SKYBOXSHADER_H
|
||||
|
||||
#include "Shader.h"
|
||||
#include "Skybox.h"
|
||||
#include "../Skybox.h"
|
||||
|
||||
class SkyboxShader : public Shader {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user