RACE/ngpBios.h

26 lines
737 B
C
Raw Normal View History

2020-10-03 21:07:51 +00:00
/*---------------------------------------------------------------------------
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version. See also the license.txt file for
* additional informations.
*---------------------------------------------------------------------------
*/
2016-10-14 17:01:29 +00:00
2020-10-03 21:07:51 +00:00
/* ngpBios.h: interface for the ngpBios class. */
2016-10-14 17:01:29 +00:00
2020-10-03 21:07:51 +00:00
#ifndef AFX_NGPBIOS_H
#define AFX_NGPBIOS_H
2016-10-14 17:01:29 +00:00
2020-10-03 21:07:51 +00:00
#ifdef __cplusplus
extern "C" {
#endif
2016-10-14 17:01:29 +00:00
void ngpBiosSYSFONTSET(unsigned char *pt, char i, char j);
2020-10-03 21:07:51 +00:00
#ifdef __cplusplus
}
#endif
#endif /* !defined(AFX_NGPBIOS_H) */