5de5af3fe8
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
7 lines
162 B
C++
7 lines
162 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
void setSnapshotFilename(const std::string & filename, const bool load);
|
|
void initialiseEmulator();
|
|
void uninitialiseEmulator();
|