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:
Diffstat (limited to 'source/blender/python/api2_2x/Wave.c')
-rw-r--r--source/blender/python/api2_2x/Wave.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Wave.c b/source/blender/python/api2_2x/Wave.c
index 2b73c025251..fecc3d0d4a4 100644
--- a/source/blender/python/api2_2x/Wave.c
+++ b/source/blender/python/api2_2x/Wave.c
@@ -33,6 +33,8 @@
#include "Wave.h"
#include "Effect.h"
+/******* prototypes **********/
+PyObject *Wave_Init( void );
/*****************************************************************************/
/* Python BPy_Wave methods table: */