- brought back to render.h includes... ifdef SGI and Windows...

This commit is contained in:
Ton Roosendaal
2003-12-21 22:31:03 +00:00
parent 26df64a691
commit 761fd601ea
2 changed files with 3 additions and 0 deletions

View File

@@ -53,6 +53,7 @@
#include "DNA_userdef_types.h"
#include "render_types.h"
#include "render.h"
#include "BKE_global.h"
#include "BKE_scene.h"

View File

@@ -56,6 +56,8 @@
#include "BIF_writemovie.h"
#include "BIF_toolbox.h"
#include "render.h"
#define error(str) {perror(str) ; error("%s", str); G.afbreek= 1;}
#define QUIT(str) {error(str); return;}