x86 configuration removed in the VS 2017 project
[clinton/Virtual-Jaguar-Rx.git] / src / modelsBIOS.h
CommitLineData
bc10fc42
JPM
1#ifndef __MODELSBIOS_H__
2#define __MODELSBIOS_H__
3
4
5extern bool SetBIOS(void);
6extern bool SelectBIOS(int indexbios);
7
8
9#endif // __MODELSBIOS_H__