Set parameters const where possible

This commit is contained in:
2014-05-06 23:29:01 +02:00
parent 44e715db88
commit f517f548d8
2 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
#define _DROW_ENGINE_PARSER_H
void parse_obj(char *filename);
void parse_obj(char const * const filename);
#endif /* _DROW_ENGINE_PARSER_H */