be1772bc37
Plays better with exceptions. Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
12 lines
182 B
C++
12 lines
182 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
void setSnapshotFilename(const std::string & filename, const bool load);
|
|
|
|
class Initialisation
|
|
{
|
|
public:
|
|
Initialisation();
|
|
~Initialisation();
|
|
};
|