First try of a parser

This commit is contained in:
2014-05-06 23:09:59 +02:00
commit 33d658a37f
5 changed files with 231 additions and 0 deletions

8
parser.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef _DROW_ENGINE_PARSER_H
#define _DROW_ENGINE_PARSER_H
void parse_obj(char *filename);
#endif /* _DROW_ENGINE_PARSER_H */