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>2014-06-03 05:32:45 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-06-03 05:32:45 +0400
commit2645660bed5f8265e114e2532969f3a53d833f4a (patch)
tree1a824fa6596f2ff188f4fe58ddfeb060efccf953 /source/gameengine
parentbf640a6a7faff2246d6be117fa758dd69154f27f (diff)
Correct last commit: workaround for BGE
Diffstat (limited to 'source/gameengine')
-rw-r--r--source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp b/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp
index 03401f0e8b8..a5dede397bb 100644
--- a/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp
+++ b/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp
@@ -91,6 +91,11 @@ extern "C" {
#include "../../blender/windowmanager/WM_types.h"
#include "../../blender/windowmanager/wm_window.h"
+
+/* avoid more includes (not used by BGE) */
+typedef void * wmUIHandlerFunc;
+typedef void * wmUIHandlerRemoveFunc;
+
#include "../../blender/windowmanager/wm_event_system.h"
}