Revision: 27677
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=27677
Author: campbellbarton
Date: 2010-03-23 15:31:47 +0100 (Tue, 23 Mar 2010)
Log Message:
-----------
fix for fluidsim includes with last commit
Modified Paths:
--------------
trunk/blender/source/blender/editors/physics/physics_fluid.c
Modified: trunk/blender/source/blender/editors/physics/physics_fluid.c
===================================================================
--- trunk/blender/source/blender/editors/physics/physics_fluid.c
2010-03-23 14:09:09 UTC (rev 27676)
+++ trunk/blender/source/blender/editors/physics/physics_fluid.c
2010-03-23 14:31:47 UTC (rev 27677)
@@ -82,10 +82,18 @@
/* enable/disable overall compilation */
#ifndef DISABLE_ELBEEM
+#include "WM_api.h"
+
+#include "DNA_scene_types.h"
+#include "DNA_ipo_types.h"
+#include "DNA_mesh_types.h"
+
+#include "PIL_time.h"
+
/* XXX */
/* from header info.c */
static int start_progress_bar(void) {return 0;};
-static void end_progress_bar(wmWindow *win) {WM_cursor_restore(win);};
+static void end_progress_bar(struct wmWindow *win) {WM_cursor_restore(win);};
static void waitcursor(int val) {};
static int progress_bar(wmWindow *win, float done, char *busy_info) {
WM_timecursor(win,done*100); return 0;}
static int pupmenu() {return 0;}
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs