summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2TrafficInfo.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/T2TrafficInfo.cpp
downloadt2win-37e364b2c6cc7487a1c888d256a73e5337bb7189.tar.gz
t2win-37e364b2c6cc7487a1c888d256a73e5337bb7189.zip
initial commit
Diffstat (limited to '')
-rw-r--r--src/T2DLL/T2TrafficInfo.cpp34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/T2DLL/T2TrafficInfo.cpp b/src/T2DLL/T2TrafficInfo.cpp
new file mode 100644
index 0000000..6390c51
--- /dev/null
+++ b/src/T2DLL/T2TrafficInfo.cpp
@@ -0,0 +1,34 @@
+#include "T2TrafficInfo.h"
+
+T2TrafficInfo::T2TrafficInfo(RECT, unsigned int, unsigned int, unsigned int, unsigned int) {
+}
+
+/*virtual*/ T2TrafficInfo::~T2TrafficInfo() {
+}
+
+void T2TrafficInfo::Pass(POINT, POINT, short) {
+}
+
+void T2TrafficInfo::HourChanged(T2TowerDoc*) {
+}
+
+unsigned int T2TrafficInfo::CalcRange(unsigned int) const {
+}
+
+void T2TrafficInfo::CalcUnitArea(unsigned int, RECT&) const {
+}
+
+short T2TrafficInfo::GetRange(POINT) const {
+}
+
+T2TrafficUnit* T2TrafficInfo::GetUnit(POINT) const {
+}
+
+int T2TrafficInfo::CalcUnitIndex(POINT) const {
+}
+
+void T2TrafficInfo::Read(T2Archive&) {
+}
+
+void T2TrafficInfo::Write(T2Archive&) const {
+}