From 1135434ed18b4d89505ce0ce9673bf801e4b48e7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 11 Mar 2007 04:05:45 +0000 Subject: moved python functions that deal with blender libdata into gen_library.c from gen_utils and BPY_interface small cleanup, removed unused functions and explicetly cast pointers.. --- source/blender/python/api2_2x/Ipo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/python/api2_2x/Ipo.c') diff --git a/source/blender/python/api2_2x/Ipo.c b/source/blender/python/api2_2x/Ipo.c index 6f270839ce2..8bbcc1dce6b 100644 --- a/source/blender/python/api2_2x/Ipo.c +++ b/source/blender/python/api2_2x/Ipo.c @@ -45,6 +45,7 @@ #include "mydevice.h" #include "Ipocurve.h" #include "gen_utils.h" +#include "gen_library.h" extern int ob_ar[]; extern int la_ar[]; -- cgit v1.2.3