summaryrefslogtreecommitdiff
path: root/src/gui/preview/PreviewController.h
diff options
context:
space:
mode:
authorjacob1 <jfu614@gmail.com>2013-07-25 23:43:25 (GMT)
committer jacob1 <jfu614@gmail.com>2013-07-25 23:43:25 (GMT)
commitbfc1cf99cabd5b75f70a8de39cc4b00c408fc6b8 (patch)
tree644bbe8435b3f31c738325cf55419860dd9fa6f4 /src/gui/preview/PreviewController.h
parentbeff3db8d291b00b47fc13a1b936fa4419e3d78d (diff)
downloadpowder-bfc1cf99cabd5b75f70a8de39cc4b00c408fc6b8.zip
powder-bfc1cf99cabd5b75f70a8de39cc4b00c408fc6b8.tar.gz
instant save option option, hold ctrl when clicking a save in the save preview to skip the entire preview and not load the comments
Diffstat (limited to 'src/gui/preview/PreviewController.h')
-rw-r--r--src/gui/preview/PreviewController.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/preview/PreviewController.h b/src/gui/preview/PreviewController.h
index c5a4306..223d846 100644
--- a/src/gui/preview/PreviewController.h
+++ b/src/gui/preview/PreviewController.h
@@ -22,8 +22,8 @@ public:
inline int SaveID() { return saveId; };
bool HasExited;
- PreviewController(int saveID, ControllerCallback * callback);
- PreviewController(int saveID, int saveDate, ControllerCallback * callback);
+ PreviewController(int saveID, bool instant, ControllerCallback * callback);
+ PreviewController(int saveID, int saveDate, bool instant, ControllerCallback * callback);
void Exit();
void DoOpen();
void OpenInBrowser();