[BACK]Return to stripgfx.h CVS log [TXT][DIR] Up to [contributed] / dgamelaunch-openbsd

File: [contributed] / dgamelaunch-openbsd / stripgfx.h (download)

Revision 1.1.1.1 (vendor branch), Tue Mar 9 14:36:00 2021 UTC (3 years, 1 month ago) by rubenllorente
Branch: paxed, MAIN
CVS Tags: start, HEAD, DGAMELAUNCH_0_0_1
Changes since 1.1: +0 -0 lines

Initial commit from the latest dgamelaunch version available at https://github.com/paxed

#ifndef INCLUDED_stripgfx_h
#define INCLUDED_stripgfx_h

#define NO_GRAPHICS 1
#define DEC_GRAPHICS 2
#define IBM_GRAPHICS 3

void populate_gfx_array (int gfxset);
unsigned char strip_gfx (unsigned char inchar);

#endif /* !INCLUDED_stripgfx_h */