R-PAGE
Resistance's Portable-Adventure-Game-Engine
Variables
err.c File Reference

Go to the source code of this file.

Variables

const char * err_no_size_found = ", no 'SIZE' tag found!"
 
const char * err_no_impk_found = "cannot found tag 'IMPK'!\n"
 
const char * err_cannot_open_file = "cannot open file '%s'!\n"
 
const char * err_unknown_tag = "!Unknown tag: %s\n"
 

Variable Documentation

const char* err_cannot_open_file = "cannot open file '%s'!\n"

Definition at line 4 of file err.c.

const char* err_no_impk_found = "cannot found tag 'IMPK'!\n"

Definition at line 3 of file err.c.

const char* err_no_size_found = ", no 'SIZE' tag found!"

Definition at line 2 of file err.c.

const char* err_unknown_tag = "!Unknown tag: %s\n"

Definition at line 5 of file err.c.