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/makesdna/DNA_wave_types.h')
-rw-r--r--source/blender/makesdna/DNA_wave_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_wave_types.h b/source/blender/makesdna/DNA_wave_types.h
index e8f2607cee4..f499004fff8 100644
--- a/source/blender/makesdna/DNA_wave_types.h
+++ b/source/blender/makesdna/DNA_wave_types.h
@@ -38,6 +38,10 @@
struct Ipo;
+
+/* a Wave has never been implemented... it was meant as a 'free' mathematical
+ deformation object type (ton) */
+
typedef struct Wave {
ID id;