Skip to content

Commit

Permalink
updated scene.h comments
Browse files Browse the repository at this point in the history
  • Loading branch information
humanshell committed Feb 8, 2016
1 parent 58796e0 commit 3583bd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/glisy/scene.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

#include <glisy/math/vec3.h>

/**
* Glisy Scene structure type.
*/

typedef struct glisy_scene glisy_scene;
struct glisy_scene {
vec3 position;
Expand Down

0 comments on commit 3583bd9

Please sign in to comment.