summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2Balloon.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/T2DLL/T2Balloon.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/T2DLL/T2Balloon.cpp b/src/T2DLL/T2Balloon.cpp
new file mode 100644
index 0000000..100918f
--- /dev/null
+++ b/src/T2DLL/T2Balloon.cpp
@@ -0,0 +1,10 @@
+#include "T2Balloon.h"
+
+T2Balloon::T2Balloon() {
+}
+
+/*virtual*/ T2Balloon::~T2Balloon() {
+}
+
+void T2Balloon::Show(int, int, const CString&, int) {
+}