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:
authorCampbell Barton <ideasman42@gmail.com>2011-12-30 11:25:49 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-12-30 11:25:49 +0400
commitca629d5ccc65da456babba6c5bdbfa0de737ac7b (patch)
treec317ebd22a13d27668a984836efc51cae9ac8474 /source/blender/makesdna/DNA_packedFile_types.h
parent5c8c1a7358bf2fbc2e7e08d5b5e64abec9b2feb8 (diff)
minor dna header cleanup
Diffstat (limited to 'source/blender/makesdna/DNA_packedFile_types.h')
-rw-r--r--source/blender/makesdna/DNA_packedFile_types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_packedFile_types.h b/source/blender/makesdna/DNA_packedFile_types.h
index bbbbf39619b..91134c2c575 100644
--- a/source/blender/makesdna/DNA_packedFile_types.h
+++ b/source/blender/makesdna/DNA_packedFile_types.h
@@ -25,15 +25,15 @@
* ***** END GPL LICENSE BLOCK *****
*/
-#ifndef DNA_PACKEDFILE_TYPES_H
-#define DNA_PACKEDFILE_TYPES_H
-
/** \file DNA_packedFile_types.h
* \ingroup DNA
* \author nzc
* \since 12-oct-2000 nzc
*/
+#ifndef DNA_PACKEDFILE_TYPES_H
+#define DNA_PACKEDFILE_TYPES_H
+
typedef struct PackedFile {
int size;
int seek;