Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2009-09-02 07:14:38 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-09-02 07:14:38 +0400
commita0229b21cb5cfc6e263cc2396d5b1e8530d9d38d (patch)
tree1f1c5e6401d0fe14458db6762886ba31fe1129f8 /source/gameengine/BlenderRoutines/KX_BlenderGL.h
parent32b2b1f544661f6dee4a81428b562fe7a3bc3f13 (diff)
text display (debug info) in the game engine working again & other minor changes.
Diffstat (limited to 'source/gameengine/BlenderRoutines/KX_BlenderGL.h')
-rw-r--r--source/gameengine/BlenderRoutines/KX_BlenderGL.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/gameengine/BlenderRoutines/KX_BlenderGL.h b/source/gameengine/BlenderRoutines/KX_BlenderGL.h
index 1e65f29d87c..5c947ff630e 100644
--- a/source/gameengine/BlenderRoutines/KX_BlenderGL.h
+++ b/source/gameengine/BlenderRoutines/KX_BlenderGL.h
@@ -47,8 +47,8 @@ void BL_HideMouse();
void BL_NormalMouse();
void BL_WaitMouse();
-void BL_print_gamedebug_line(char* text, int xco, int yco, int width, int height);
-void BL_print_gamedebug_line_padded(char* text, int xco, int yco, int width, int height);
+void BL_print_gamedebug_line(const char* text, int xco, int yco, int width, int height);
+void BL_print_gamedebug_line_padded(const char* text, int xco, int yco, int width, int height);