Skip to content

Commit

Permalink
Added some FIXMEs.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 2, 2009
1 parent cbf4858 commit dbc3c53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mojoshader.c
Expand Up @@ -8,8 +8,8 @@
*/

// !!! FIXME: this file really needs to be split up.

// !!! FIXME: I keep changing coding styles for symbols and typedefs.
// !!! FIXME: this should report all errors, not quit on the first fail().

#define __MOJOSHADER_INTERNAL__ 1
#include "mojoshader_internal.h"
Expand Down
2 changes: 2 additions & 0 deletions mojoshader_assembler.c
Expand Up @@ -7,6 +7,8 @@
* This file written by Ryan C. Gordon.
*/

// !!! FIXME: this should report all errors, not quit on the first fail().

#define __MOJOSHADER_INTERNAL__ 1
#include "mojoshader_internal.h"

Expand Down

0 comments on commit dbc3c53

Please sign in to comment.