Skip to content

Commit

Permalink
Added boilerplate comment to start of file.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 19, 2010
1 parent f7f8fc7 commit 5382fbd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mojoshader_compiler.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.
*/

#define __MOJOSHADER_INTERNAL__ 1
#include "mojoshader_internal.h"

Expand Down

0 comments on commit 5382fbd

Please sign in to comment.