core: Fix libdwarf and Qt build failure
[clinton/Virtual-Jaguar-Rx.git] / src / state.h
CommitLineData
cf76e892
JPM
1//
2// state.h: Machine state save/load support
3//
4// by James L. Hammons
5//
6
7#ifndef __STATE_H__
8#define __STATE_H__
9
10bool SaveState(void);
11bool LoadState(void);
12
13#endif // __STATE_H__