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