summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2MoverNumberTable.cpp
diff options
context:
space:
mode:
authorAsh Wolf <ninji@wuffs.org>2023-06-28 22:22:32 +0100
committerAsh Wolf <ninji@wuffs.org>2023-06-28 22:22:32 +0100
commitc0c336500955a23e344651e5412c9d9d441ef4ee (patch)
tree790769c748db307cf3314f6e896e2f61c68561a2 /src/T2DLL/T2MoverNumberTable.cpp
parent37e364b2c6cc7487a1c888d256a73e5337bb7189 (diff)
downloadt2win-c0c336500955a23e344651e5412c9d9d441ef4ee.tar.gz
t2win-c0c336500955a23e344651e5412c9d9d441ef4ee.zip
first pass of T2DLL
Diffstat (limited to 'src/T2DLL/T2MoverNumberTable.cpp')
-rw-r--r--src/T2DLL/T2MoverNumberTable.cpp58
1 files changed, 0 insertions, 58 deletions
diff --git a/src/T2DLL/T2MoverNumberTable.cpp b/src/T2DLL/T2MoverNumberTable.cpp
deleted file mode 100644
index 2034d98..0000000
--- a/src/T2DLL/T2MoverNumberTable.cpp
+++ /dev/null
@@ -1,58 +0,0 @@
-#include "T2MoverNumberTable.h"
-
-/*virtual*/ void T2MoverModuleTable::OnT2DlgItemLButtonUp(unsigned int, CPoint) {
-}
-
-/*virtual*/ void T2MoverModuleTable::OnT2DlgItemMouseMove(unsigned int, CPoint) {
-}
-
-/*virtual*/ int T2MoverModuleTable::Create(const char*, unsigned long, const RECT&, CWnd*, unsigned int) {
-}
-
-T2MoverModuleTable::T2MoverModuleTable(T2TowerDoc*, T2ImageObj*, CPalette*) {
-}
-
-/*virtual*/ T2MoverModuleTable::~T2MoverModuleTable() {
-}
-
-/*virtual*/ int T2MoverModuleTable::OnT2DlgItemCreate(CREATESTRUCTA*) {
-}
-
-/*virtual*/ void T2MoverModuleTable::SpendTime() {
-}
-
-void T2MoverModuleTable::SetMover(T2Mover*) {
-}
-
-T2ElevatorModule* T2MoverModuleTable::GetModule(int) {
-}
-
-int T2MoverModuleTable::GetCellContent(const TableCellT&) {
-}
-
-int T2MoverModuleTable::GetVScrValue() {
-}
-
-/*virtual*/ void T2MoverModuleTable::DrawCellSelf(CDC*, const TableCellT&, int) {
-}
-
-/*virtual*/ void T2MoverModuleTable::ListenToMessage(unsigned int, void*) {
-}
-
-void T2MoverModuleTable::RefreshMoverCell(int, unsigned int) {
-}
-
-void T2MoverModuleTable::DrawMoverCellByIndex(unsigned int) {
-}
-
-/*virtual*/ void T2MoverModuleTable::ClickCell(const TableCellT&, const POINT&) {
-}
-
-/*virtual*/ int T2MoverModuleTable::OnCommand(unsigned int, long) {
-}
-
-/*virtual*/ int T2MoverModuleTable::OnT2DlgItemEraseBkgnd(CDC*) {
-}
-
-/*virtual*/ void T2MoverModuleTable::OnT2DlgItemLButtonDown(unsigned int, CPoint) {
-}