R-PAGE
Resistance's Portable-Adventure-Game-Engine
Main Page
Related Pages
Data Structures
Files
File List
Globals
rpage
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"
;
err_unknown_tag
const char * err_unknown_tag
Definition:
err.c:5
err_cannot_open_file
const char * err_cannot_open_file
Definition:
err.c:4
err_no_size_found
const char * err_no_size_found
Definition:
err.c:2
err_no_impk_found
const char * err_no_impk_found
Definition:
err.c:3
Generated by
1.8.11