half-edge/parser.h

9 lines
131 B
C
Raw Normal View History

2014-05-06 21:09:59 +00:00
#ifndef _DROW_ENGINE_PARSER_H
#define _DROW_ENGINE_PARSER_H
void parse_obj(char *filename);
#endif /* _DROW_ENGINE_PARSER_H */