R-PAGE
Resistance's Portable-Adventure-Game-Engine
err.h
Go to the documentation of this file.
1 // Various error messages
2 #ifndef _RPAGE_ERR_MSG_
3 #define _RPAGE_ERR_MSG_
4 extern const char* err_no_size_found;
5 extern const char* err_no_impk_found;
6 extern const char* err_cannot_open_file;
7 extern const char* err_unknown_tag;
8 #endif
const char * err_cannot_open_file
Definition: err.c:4
const char * err_unknown_tag
Definition: err.c:5
const char * err_no_impk_found
Definition: err.c:3
const char * err_no_size_found
Definition: err.c:2