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:
authorTon Roosendaal <ton@blender.org>2004-09-19 00:15:37 +0400
committerTon Roosendaal <ton@blender.org>2004-09-19 00:15:37 +0400
commit131e5908a6a598230a7e3f08d9f12ddf8bd309f4 (patch)
treefe607bd23e009698a0a235d1e90078db64e13d7d /source/blender/blenlib/BLI_blenlib.h
parenta2ea84903e50d46df002220beb78394abd6cf46e (diff)
Evil commit! Nothing really changed except;
- EditVlak -> EditFace - variables called 'evl' -> 'efa' - functions with 'vlak' in it now have 'face' Just thought was nice starter for editmesh recode...
Diffstat (limited to 'source/blender/blenlib/BLI_blenlib.h')
-rw-r--r--source/blender/blenlib/BLI_blenlib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/blenlib/BLI_blenlib.h b/source/blender/blenlib/BLI_blenlib.h
index fc4c85ad681..49d885e5b30 100644
--- a/source/blender/blenlib/BLI_blenlib.h
+++ b/source/blender/blenlib/BLI_blenlib.h
@@ -65,11 +65,11 @@
#ifndef BLI_BLENLIB_H
#define BLI_BLENLIB_H
-#include "DNA_listBase.h" /* braindamage for the masses... needed
- because fillvlakbase and fillvertbase are
- used outside */
+/* braindamage for the masses... needed
+ because fillfacebase and fillvertbase are used outside */
+#include "DNA_listBase.h"
-extern ListBase fillvlakbase;
+extern ListBase fillfacebase;
extern ListBase fillvertbase;
/**
* @attention Defined in scanfill.c