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