HatariWii/src/includes/xbios.h
2018-05-25 20:45:09 +02:00

16 lines
344 B
C

/*
Hatari - xbios.h
This file is distributed under the GNU General Public License, version 2
or at your option any later version. Read the file gpl.txt for details.
*/
#ifndef HATARI_XBIOS_H
#define HATARI_XBIOS_H
extern bool XBios(void);
extern void XBios_Info(FILE *fp, Uint32 dummy);
extern void XBios_ToggleCommands(void);
#endif