R-PAGE
Resistance's Portable-Adventure-Game-Engine
err.c
Go to the documentation of this file.
1 // Various error messages
2 const char* err_no_size_found = ", no 'SIZE' tag found!";
3 const char* err_no_impk_found = "cannot found tag 'IMPK'!\n";
4 const char* err_cannot_open_file = "cannot open file '%s'!\n";
5 const char* err_unknown_tag = "!Unknown tag: %s\n";
const char * err_unknown_tag
Definition: err.c:5
const char * err_cannot_open_file
Definition: err.c:4
const char * err_no_size_found
Definition: err.c:2
const char * err_no_impk_found
Definition: err.c:3