summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2OutDecoration.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/T2DLL/T2OutDecoration.cpp22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/T2DLL/T2OutDecoration.cpp b/src/T2DLL/T2OutDecoration.cpp
new file mode 100644
index 0000000..ba8e432
--- /dev/null
+++ b/src/T2DLL/T2OutDecoration.cpp
@@ -0,0 +1,22 @@
+#include "T2OutDecoration.h"
+
+T2OutDecoration::T2OutDecoration(T2TowerEvent*, CResFile*, int) {
+}
+
+/*virtual*/ T2OutDecoration::~T2OutDecoration() {
+}
+
+/*virtual*/ int T2OutDecoration::Exec(T2TowerDoc*) {
+}
+
+void T2OutDecoration::DoDecoration(T2TowerDoc*, VIEWMODE, int) {
+}
+
+/*virtual*/ void T2OutDecoration::ViewModeChanged(T2TowerDoc*, VIEWMODE) {
+}
+
+void T2OutDecoration::CheckRoofTop(T2Equip*) {
+}
+
+LArray* T2OutDecoration::MakeLoofList() {
+}