summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2DlgItemPopup.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/T2DLL/T2DlgItemPopup.cpp25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/T2DLL/T2DlgItemPopup.cpp b/src/T2DLL/T2DlgItemPopup.cpp
new file mode 100644
index 0000000..97129b7
--- /dev/null
+++ b/src/T2DLL/T2DlgItemPopup.cpp
@@ -0,0 +1,25 @@
+#include "T2DlgItemPopup.h"
+
+T2DlgItemPopup::T2DlgItemPopup(T2TowerDoc*, T2ImageObj*, CPalette*) {
+}
+
+/*virtual*/ T2DlgItemPopup::~T2DlgItemPopup() {
+}
+
+/*virtual*/ int T2DlgItemPopup::OnT2DlgItemCreate(CREATESTRUCTA*) {
+}
+
+/*virtual*/ int T2DlgItemPopup::OnT2DlgItemEraseBkgnd(CDC*) {
+}
+
+/*virtual*/ void T2DlgItemPopup::OnT2DlgItemLButtonDown(unsigned int, CPoint) {
+}
+
+/*virtual*/ void T2DlgItemPopup::OnT2DlgItemLButtonUp(unsigned int, CPoint) {
+}
+
+/*virtual*/ int T2DlgItemPopup::OnCommand(unsigned int, long) {
+}
+
+void T2DlgItemPopup::AppendItem(const CString&) {
+}