Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jwerle committed Feb 7, 2016
1 parent eba30fe commit 753fbfc
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 130 deletions.
55 changes: 0 additions & 55 deletions include/glisy/context.h

This file was deleted.

1 change: 0 additions & 1 deletion include/glisy/glisy.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ extern "C" {
#include <glisy/scene.h>
#include <glisy/shader.h>
#include <glisy/program.h>
#include <glisy/context.h>
#include <glisy/renderer.h>

/**
Expand Down
6 changes: 3 additions & 3 deletions include/glisy/math/matrix.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#ifndef GLISY_MATRIX_H
#define GLISY_MATRIX_H

#include <glisy/mat2.h>
#include <glisy/mat3.h>
#include <glisy/mat4.h>
#include <glisy/math/mat2.h>
#include <glisy/math/mat3.h>
#include <glisy/math/mat4.h>

#endif
6 changes: 3 additions & 3 deletions include/glisy/math/vector.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#ifndef GLISY_VECTOR_H
#define GLISY_VECTOR_H

#include <glisy/vec2.h>
#include <glisy/vec3.h>
#include <glisy/vec4.h>
#include <glisy/math/vec2.h>
#include <glisy/math/vec3.h>
#include <glisy/math/vec4.h>

#endif
8 changes: 1 addition & 7 deletions include/glisy/renderer.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef GLISY_RENDERER_H
#define GLISY_RENDERER_H

#include <glisy/context.h>
#include <glisy/renderer.h>

/**
* glisy renderer structure.
Expand All @@ -10,12 +10,6 @@
typedef struct glisy_renderer glisy_renderer;
struct glisy_renderer {

/**
* Our known rendering context.
*/

glisy_context ctx;

};

/**
Expand Down
18 changes: 0 additions & 18 deletions src/context.c

This file was deleted.

19 changes: 0 additions & 19 deletions test/context/Makefile

This file was deleted.

24 changes: 0 additions & 24 deletions test/context/context.c

This file was deleted.

0 comments on commit 753fbfc

Please sign in to comment.