From d61a403741660cf94fc1cfe0ab97fda99a93388e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Tue, 27 Nov 2007 22:32:31 +0000 Subject: [PATCH] Fix build git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23008 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/3dmov/GLMovView.cpp | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/apps/3dmov/GLMovView.cpp b/src/apps/3dmov/GLMovView.cpp index 7fd492ab89..fb90f633c7 100644 --- a/src/apps/3dmov/GLMovView.cpp +++ b/src/apps/3dmov/GLMovView.cpp @@ -24,3 +24,31 @@ GLMovView::AttachedToWindow() { } + + +void +GLMovView::MouseDown(BPoint where) +{ + +} + + +void +GLMovView::MouseUp(BPoint where) +{ + +} + + +void +GLMovView::MouseMoved(BPoint where, uint32 code, const BMessage *a_message) +{ + +} + + +void +GLMovView::FileDropped(BPoint where, BMediaFile *file) +{ + +}