Skip to content

Commit

Permalink
Added comment header to mojoshader_opengl.c ...
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
icculus committed Apr 29, 2008
1 parent 109cccb commit 004a313
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mojoshader_opengl.c
@@ -1,3 +1,12 @@
/**
* MojoShader; generate shader programs from bytecode of compiled
* Direct3D shaders.
*
* Please see the file LICENSE.txt in the source's root directory.
*
* This file written by Ryan C. Gordon.
*/

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
Expand Down

0 comments on commit 004a313

Please sign in to comment.