summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2DlgItemHScr.cpp
diff options
context:
space:
mode:
authorAsh Wolf <ninji@wuffs.org>2023-06-14 00:50:34 +0100
committerAsh Wolf <ninji@wuffs.org>2023-06-14 00:50:34 +0100
commit37e364b2c6cc7487a1c888d256a73e5337bb7189 (patch)
treeeaf6e857382eef16c2dd940eb4125536fbe068bd /src/T2DLL/T2DlgItemHScr.cpp
downloadt2win-37e364b2c6cc7487a1c888d256a73e5337bb7189.tar.gz
t2win-37e364b2c6cc7487a1c888d256a73e5337bb7189.zip
initial commit
Diffstat (limited to '')
-rw-r--r--src/T2DLL/T2DlgItemHScr.cpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/T2DLL/T2DlgItemHScr.cpp b/src/T2DLL/T2DlgItemHScr.cpp
new file mode 100644
index 0000000..e282124
--- /dev/null
+++ b/src/T2DLL/T2DlgItemHScr.cpp
@@ -0,0 +1,22 @@
+#include "T2DlgItemHScr.h"
+
+T2DlgItemHScr::T2DlgItemHScr(T2TowerDoc*, T2ImageObj*, CPalette*) {
+}
+
+/*virtual*/ int T2DlgItemHScr::OnT2DlgItemEraseBkgnd(CDC*) {
+}
+
+/*virtual*/ int T2DlgItemHScr::ScrollBarHittest(CPoint) const {
+}
+
+/*virtual*/ void T2DlgItemHScr::GetUpButtonRect(const CRect&, CRect&) const {
+}
+
+/*virtual*/ void T2DlgItemHScr::GetDnButtonRect(const CRect&, CRect&) const {
+}
+
+/*virtual*/ int T2DlgItemHScr::PositionToValue(const CPoint&) const {
+}
+
+/*virtual*/ int T2DlgItemHScr::PositionToValue(const CRect&) const {
+}