summaryrefslogtreecommitdiff
path: root/common/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/project.h')
-rw-r--r--common/project.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/project.h b/common/project.h
index 614a584..96d762c 100644
--- a/common/project.h
+++ b/common/project.h
@@ -112,6 +112,7 @@ public:
// Special notifications
void DeleteContents(bool bUndo); // delete doc items etc
void LoadDefaults(bool cameras);
+ void BeginPieceDrop(PieceInfo* Info);
void CreateImages(Image* images, int width, int height, unsigned short from, unsigned short to, bool hilite);
void Render(bool bToMemory);
@@ -256,8 +257,10 @@ protected:
int m_nViewX;
int m_nViewY;
PieceInfo* m_pCurPiece;
+ PieceInfo* m_PreviousPiece;
unsigned char m_nCurColor;
unsigned char m_nCurAction;
+ unsigned char m_PreviousAction;
bool m_bAnimation;
bool m_bAddKeys;
unsigned char m_nFPS;