Skip to content

Commit

Permalink
break up monolithic flag.c into gl-util.c and meshes.c files
Browse files Browse the repository at this point in the history
  • Loading branch information
jckarter committed Jul 2, 2010
1 parent 9d960a1 commit 1b1a1d1
Show file tree
Hide file tree
Showing 7 changed files with 683 additions and 642 deletions.
4 changes: 0 additions & 4 deletions util.c → file-util.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
#include <stdio.h>
#include <stdlib.h>

/*
* Boring, non-OpenGL-related utility functions
*/

void *file_contents(const char *filename, GLint *length)
{
FILE *f = fopen(filename, "r");
Expand Down
File renamed without changes.
Loading

0 comments on commit 1b1a1d1

Please sign in to comment.