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:
authorStephen Swaney <sswaney@centurytel.net>2005-03-07 06:31:14 +0300
committerStephen Swaney <sswaney@centurytel.net>2005-03-07 06:31:14 +0300
commita1f97a01e4b9612d5c35b61c3e9f32fdda7aa7a2 (patch)
treee5de035b2f625eaa7d2013891c410782cebc5640 /source/blender/python/api2_2x/modules.h
parent7b081fe3b7527a77fce9cd69f6a1d27dc19b4596 (diff)
fix warnings about implicit declarations.
overlooked by being in a hurry.
Diffstat (limited to 'source/blender/python/api2_2x/modules.h')
-rw-r--r--source/blender/python/api2_2x/modules.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/modules.h b/source/blender/python/api2_2x/modules.h
index 1c6cba453e6..a9f7d703199 100644
--- a/source/blender/python/api2_2x/modules.h
+++ b/source/blender/python/api2_2x/modules.h
@@ -45,7 +45,7 @@ Their *_Init() method declarations are hacked in down below.
#include "Armature.h"
-/* #include "BGL.h" */
+#include "BGL.h"
#include "Blender.h"
#include "Camera.h"
#include "Curve.h"
@@ -69,6 +69,7 @@ Their *_Init() method declarations are hacked in down below.
#include "Sound.h"
#include "Sys.h"
#include "Text.h"
+#include "Text3d.h"
#include "Texture.h"
#include "Types.h"
#include "Window.h"