Skip to content

Commit

Permalink
updated glisy.c comments
Browse files Browse the repository at this point in the history
  • Loading branch information
humanshell committed Feb 8, 2016
1 parent a22e396 commit 73d8389
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/glisy.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
#include <glisy/glisy.h>

/**
* Initializes glisy.
* Returns 1 for success, 0 for failure.
*/

int
glisy_init () {
return GL_TRUE;
}

/**
* Terminate glisy.
*/

void
glisy_terminate (void) {
}
glisy_terminate (void) {}

0 comments on commit 73d8389

Please sign in to comment.