changed include names
This commit is contained in:
parent
3432865737
commit
8c789f57cb
6 changed files with 8 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
|||
#include "backend/Drawable.hpp"
|
||||
#include <lol/Drawable.hpp>
|
||||
|
||||
void Drawable::Draw(const CameraBase& camera) const
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "backend/Shader.hpp"
|
||||
#include <lol/Shader.hpp>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "backend/Transformable.hpp"
|
||||
#include <lol/Transformable.hpp>
|
||||
|
||||
Transformable::Transformable() :
|
||||
position(0.0f), scale(1.0f), orientation(glm::vec3(0.0, 0.0, 0.0))
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "backend/VertexArrayObject.hpp"
|
||||
#include <lol/VertexArrayObject.hpp>
|
||||
|
||||
#include <assert.h>
|
||||
#include <glad/glad.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue