TITANIC: Implemented fan game classes

This commit is contained in:
Paul Gilbert
2016-08-21 17:55:48 -04:00
parent 4b51844e52
commit 9ebd75742e
6 changed files with 199 additions and 25 deletions
+2
View File
@@ -28,6 +28,8 @@
namespace Titanic {
class CFanDecrease : public CGameObject {
DECLARE_MESSAGE_MAP;
bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
public:
CLASSDEF;