#ifndef _NOEGNUD_RENDER_CHAR_H_ #define _NOEGNUD_RENDER_CHAR_H_ void noegnud_render_map_single_char (int x, int y, int glyph_char, int colour); void noegnud_render_map_char(); #endif //_NOEGNUD_RENDER_CHAR_H_