Fixed build with gcc4

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32057 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini
2009-08-01 09:39:46 +00:00
parent dcc8ae9118
commit 4bc68ed5c2
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -22,6 +22,6 @@ Application Haiku3d :
BitmapTexture.cpp
VideoFileTexture.cpp
: be game GL media translation
: be game GL media translation $(TARGET_LIBSUPC++)
: Haiku3d.rdef
;
+2
View File
@@ -11,6 +11,8 @@
#include "MathUtils.h"
#include <math.h>
float
MathUtils::EaseInOutCubic(float t /*time*/, float b /*begin*/, float c /*distance*/, float d /*duration*/)
+2
View File
@@ -20,6 +20,8 @@
#include <TranslationKit.h>
#include <TranslationUtils.h>
#include <stdio.h>
RenderView::RenderView(BRect frame)
:
BGLView(frame, "renderView", B_FOLLOW_ALL, B_WILL_DRAW,