summaryrefslogtreecommitdiff
path: root/src/interface/Engine.h
diff options
context:
space:
mode:
authorFrankBro <brodeur_francois@hotmail.com>2012-01-22 05:45:10 (GMT)
committer FrankBro <brodeur_francois@hotmail.com>2012-01-22 05:45:10 (GMT)
commit57ab7bca76aa94624ca078d7168614eb28ead640 (patch)
tree2730cab371676cc92fa19da55838c03cd1b4d2a0 /src/interface/Engine.h
parentcb92acd0b7dd9e958330a9b8e3c4b302f236542c (diff)
parent3a283d4f3c571dc8a891f2cdc348c204f7f9300b (diff)
downloadpowder-57ab7bca76aa94624ca078d7168614eb28ead640.zip
powder-57ab7bca76aa94624ca078d7168614eb28ead640.tar.gz
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'src/interface/Engine.h')
-rw-r--r--src/interface/Engine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interface/Engine.h b/src/interface/Engine.h
index 7bf78f9..a648119 100644
--- a/src/interface/Engine.h
+++ b/src/interface/Engine.h
@@ -54,6 +54,8 @@ namespace ui
float FpsLimit;
Graphics * g;
private:
+ pixel * lastBuffer;
+ std::stack<pixel*> prevBuffers;
std::stack<Window*> windows;
//Window* statequeued_;
Window* state_;