Work around fix for a compilation error on Linux
[clinton/Virtual-Jaguar-Rx.git] / src / modelsBIOS.h
1 #ifndef __MODELSBIOS_H__
2 #define __MODELSBIOS_H__
3
4
5 extern bool SetBIOS(void);
6 extern bool SelectBIOS(int indexbios);
7
8
9 #endif // __MODELSBIOS_H__