summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2TowerEvent.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/T2TowerEvent.cpp
downloadt2win-37e364b2c6cc7487a1c888d256a73e5337bb7189.tar.gz
t2win-37e364b2c6cc7487a1c888d256a73e5337bb7189.zip
initial commit
Diffstat (limited to '')
-rw-r--r--src/T2DLL/T2TowerEvent.cpp79
1 files changed, 79 insertions, 0 deletions
diff --git a/src/T2DLL/T2TowerEvent.cpp b/src/T2DLL/T2TowerEvent.cpp
new file mode 100644
index 0000000..57882f2
--- /dev/null
+++ b/src/T2DLL/T2TowerEvent.cpp
@@ -0,0 +1,79 @@
+#include "T2TowerEvent.h"
+
+T2TowerEvent::T2TowerEvent(T2WorldDef*) {
+}
+
+T2TowerEvent::~T2TowerEvent() {
+}
+
+void T2TowerEvent::InitTowerEvent(T2TowerDoc*) {
+}
+
+T2FireBurning* T2TowerEvent::GetFireBurning() {
+}
+
+T2MetroRailway* T2TowerEvent::GetMetroRailway() {
+}
+
+T2BlackOut* T2TowerEvent::GetBlackOut() {
+}
+
+T2TowerVision* T2TowerEvent::GetTowerVision() {
+}
+
+T2Transport* T2TowerEvent::GetCruise() {
+}
+
+int T2TowerEvent::IsBlackOut() {
+}
+
+void T2TowerEvent::SetLatestBuild(T2Equip*, T2ToolDef*, int) {
+}
+
+T2Equip* T2TowerEvent::GetLatestBuild() {
+}
+
+void T2TowerEvent::AppendStandby(T2EventItem*) {
+}
+
+void T2TowerEvent::InsertExecute(T2EventItem*) {
+}
+
+void T2TowerEvent::MakeTowerVisionEvent(T2OutObj*) {
+}
+
+void T2TowerEvent::KillTowerVisionEvent() {
+}
+
+T2EventItem* T2TowerEvent::MakeXEvent(unsigned long) {
+}
+
+void T2TowerEvent::KillXEvent(unsigned long) {
+}
+
+T2EventItem* T2TowerEvent::GetEvent(unsigned long) {
+}
+
+unsigned int T2TowerEvent::GetXEvent(unsigned long) {
+}
+
+void T2TowerEvent::StopEvent() {
+}
+
+int T2TowerEvent::Idle(T2TowerDoc*) {
+}
+
+void T2TowerEvent::StoreWaitSequence(T2EventItem*) {
+}
+
+void T2TowerEvent::Write(T2Archive&) {
+}
+
+void T2TowerEvent::Read(T2Archive&) {
+}
+
+void T2TowerEvent::DrawRubble(T2TowerDoc*, T2Tenant*) {
+}
+
+void T2TowerEvent::ViewModeChanged(T2TowerDoc*, VIEWMODE) {
+}