diff options
Diffstat (limited to '')
-rw-r--r-- | src/T2DLL/T2BalloonWnd.cpp | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/src/T2DLL/T2BalloonWnd.cpp b/src/T2DLL/T2BalloonWnd.cpp new file mode 100644 index 0000000..a17dc4f --- /dev/null +++ b/src/T2DLL/T2BalloonWnd.cpp @@ -0,0 +1,52 @@ +#include "T2BalloonWnd.h" + +/*static*/ CObject* __stdcall T2BalloonWnd::CreateObject() { +} + +/*static*/ CRuntimeClass* __stdcall T2BalloonWnd::_GetBaseClass() { +} + +/*virtual*/ CRuntimeClass* T2BalloonWnd::GetRuntimeClass() const { +} + +T2BalloonWnd::T2BalloonWnd() { +} + +/*virtual*/ T2BalloonWnd::~T2BalloonWnd() { +} + +/*static*/ const AFX_MSGMAP* __stdcall T2BalloonWnd::_GetBaseMessageMap() { +} + +/*virtual*/ const AFX_MSGMAP* T2BalloonWnd::GetMessageMap() const { +} + +void T2BalloonWnd::Show(int, int, const CString&, int) { +} + +int T2BalloonWnd::OnEraseBkgnd(CDC*) { +} + +void T2BalloonWnd::OnLButtonDown(unsigned int, CPoint) { +} + +void T2BalloonWnd::OnRButtonDown(unsigned int, CPoint) { +} + +void T2BalloonWnd::OnMouseMove(unsigned int, CPoint) { +} + +void T2BalloonWnd::OnTimer(unsigned int) { +} + +void T2BalloonWnd::OnDestroy() { +} + +/*static*/ const CRuntimeClass T2BalloonWnd::classT2BalloonWnd { +} + +/*static*/ const AFX_MSGMAP T2BalloonWnd::messageMap { +} + +/*static*/ const AFX_MSGMAP_ENTRY* const T2BalloonWnd::_messageEntries { +} |