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

6
main.c Normal file
View File

@@ -0,0 +1,6 @@
#include "parser.h"
int main(void)
{
parse_obj("testcube_mitSpitze.obj");
}