--- hatari/src/includes/xbios.h 2019/04/01 07:09:16 1.1 +++ hatari/src/includes/xbios.h 2019/04/01 07:14:45 1.1.1.2 @@ -1,5 +1,13 @@ /* - Hatari + Hatari - xbios.h + + This file is distributed under the GNU Public License, version 2 or at + your option any later version. Read the file gpl.txt for details. */ -extern BOOL XBios(void); +#ifndef HATARI_XBIOS_H +#define HATARI_XBIOS_H + +extern bool XBios(void); + +#endif