Refactor includes
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <glm/glm.hpp>
|
||||
|
||||
#include "ShaderProgram.h"
|
||||
#include <string>
|
||||
|
||||
#define NUM_POINT_LIGHTS 1
|
||||
|
||||
class ShaderProgram;
|
||||
|
||||
class Light
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user