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:
@@ -22,6 +22,6 @@ Application Haiku3d :
|
|||||||
BitmapTexture.cpp
|
BitmapTexture.cpp
|
||||||
VideoFileTexture.cpp
|
VideoFileTexture.cpp
|
||||||
|
|
||||||
: be game GL media translation
|
: be game GL media translation $(TARGET_LIBSUPC++)
|
||||||
: Haiku3d.rdef
|
: Haiku3d.rdef
|
||||||
;
|
;
|
||||||
|
|||||||
@@ -11,6 +11,8 @@
|
|||||||
|
|
||||||
#include "MathUtils.h"
|
#include "MathUtils.h"
|
||||||
|
|
||||||
|
#include <math.h>
|
||||||
|
|
||||||
|
|
||||||
float
|
float
|
||||||
MathUtils::EaseInOutCubic(float t /*time*/, float b /*begin*/, float c /*distance*/, float d /*duration*/)
|
MathUtils::EaseInOutCubic(float t /*time*/, float b /*begin*/, float c /*distance*/, float d /*duration*/)
|
||||||
|
|||||||
@@ -20,6 +20,8 @@
|
|||||||
#include <TranslationKit.h>
|
#include <TranslationKit.h>
|
||||||
#include <TranslationUtils.h>
|
#include <TranslationUtils.h>
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
RenderView::RenderView(BRect frame)
|
RenderView::RenderView(BRect frame)
|
||||||
:
|
:
|
||||||
BGLView(frame, "renderView", B_FOLLOW_ALL, B_WILL_DRAW,
|
BGLView(frame, "renderView", B_FOLLOW_ALL, B_WILL_DRAW,
|
||||||
|
|||||||
Reference in New Issue
Block a user