From 707dfe1c3894819823dd8794bb52f0fd21161dd6 Mon Sep 17 00:00:00 2001 From: Stefan Gartner Date: Fri, 27 Dec 2002 21:14:32 +0000 Subject: [PATCH] added two accidentally deleted #'s (without them makesdna wouldn't work properly) sgefant --- source/blender/makesdna/DNA_sdna_types.h | 2 ++ 1 file changed, 2 insertions(+) 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;