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:
authorStefan Gartner <stefang@aon.at>2002-12-28 00:14:32 +0300
committerStefan Gartner <stefang@aon.at>2002-12-28 00:14:32 +0300
commit707dfe1c3894819823dd8794bb52f0fd21161dd6 (patch)
treee1554f1b2805b2468cf4373039cd7dbb401375ba /source/blender/makesdna/DNA_sdna_types.h
parentf1c4f705a19cc9ae306431be7a970712a40a2d9a (diff)
added two accidentally deleted #'s (without them makesdna wouldn't work
properly) sgefant
Diffstat (limited to 'source/blender/makesdna/DNA_sdna_types.h')
-rw-r--r--source/blender/makesdna/DNA_sdna_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_sdna_types.h b/source/blender/makesdna/DNA_sdna_types.h
index d8d15cced11..cdc0c33fb42 100644
--- a/source/blender/makesdna/DNA_sdna_types.h
+++ b/source/blender/makesdna/DNA_sdna_types.h
@@ -34,6 +34,8 @@
#ifndef DNA_SDNA_H
#define DNA_SDNA_H
+#
+#
struct SDNA {
char *data;
int datalen, nr_names;