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:
authorRoel Spruit <roel@spruitje.nl>2003-10-11 03:20:01 +0400
committerRoel Spruit <roel@spruitje.nl>2003-10-11 03:20:01 +0400
commite799e39e7f146352e075b993b6f62ffe48530175 (patch)
treec0e7f485de17a67e4275e5641e88f68efb5dd26f /source/blender/src/header_imasel.c
parentc957bba8ab1c29c084468ba6b39197c234652c7f (diff)
- Added all the stuff of the last week to the MSVC 6.0 project file.
- Added include BIF_gl.h to header_imasel.c (I think it needs that :)
Diffstat (limited to 'source/blender/src/header_imasel.c')
-rw-r--r--source/blender/src/header_imasel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/header_imasel.c b/source/blender/src/header_imasel.c
index 709672732a8..d8e90405477 100644
--- a/source/blender/src/header_imasel.c
+++ b/source/blender/src/header_imasel.c
@@ -56,6 +56,7 @@
#include "DNA_screen_types.h"
#include "DNA_space_types.h"
+#include "BIF_gl.h"
#include "BIF_imasel.h"
#include "BIF_interface.h"
#include "BIF_resources.h"
@@ -67,6 +68,7 @@
#include "interface.h"
#include "blendef.h"
+
void do_imasel_buttons(short event)
{
SpaceImaSel *simasel;