half-edge/parser.h
2014-05-06 23:09:59 +02:00

9 lines
131 B
C

#ifndef _DROW_ENGINE_PARSER_H
#define _DROW_ENGINE_PARSER_H
void parse_obj(char *filename);
#endif /* _DROW_ENGINE_PARSER_H */