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>2005-09-15 21:32:24 +0400
committerTon Roosendaal <ton@blender.org>2005-09-15 21:32:24 +0400
commite63f2117219db6b46325e8a60965530941f9710c (patch)
tree86e9e8fe0d6a560c0612a1fbb140c331171a6bb4 /source/blender/src/interface_draw.c
parent0a2b71a3a4c18d80058e0b67fee9d41fced7c261 (diff)
Adding missing prototypes, removing unused variables, initializing vars,
all to make compiling warning less again in gcc. :)
Diffstat (limited to 'source/blender/src/interface_draw.c')
-rw-r--r--source/blender/src/interface_draw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/interface_draw.c b/source/blender/src/interface_draw.c
index 4d933abab69..cf47eab6f33 100644
--- a/source/blender/src/interface_draw.c
+++ b/source/blender/src/interface_draw.c
@@ -64,6 +64,7 @@
#include "BKE_blender.h"
#include "BKE_utildefines.h"
+#include "BKE_font.h"
#include "BKE_global.h"
#include "BIF_gl.h"