From 2645660bed5f8265e114e2532969f3a53d833f4a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 3 Jun 2014 11:32:45 +1000 Subject: Correct last commit: workaround for BGE --- source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/gameengine/BlenderRoutines') 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" } -- cgit v1.2.3