1
0
mirror of https://github.com/jscrane/r65emu.git synced 2024-06-01 22:41:30 +00:00
r65emu/checkpoint.h

9 lines
205 B
C
Raw Normal View History

2014-11-14 18:27:54 +00:00
#ifndef __CHECKPOINT_H__
#define __CHECKPOINT_H__
// utility checkpoint functions
2019-02-10 13:58:52 +00:00
const char *checkpoint(filer &f, const char *dir);
void restore(filer &f, const char *dir, const char *filename);
2014-11-14 18:27:54 +00:00
#endif