Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 408651
Collapse All | Expand All

(-)SyntopiaCore/GLEngine/Sphere.h~ (+1 lines)
Lines 2-7 Link Here
2
2
3
#include "SyntopiaCore/Math/Vector3.h"
3
#include "SyntopiaCore/Math/Vector3.h"
4
#include "Object3D.h"
4
#include "Object3D.h"
5
#include <GL/glu.h>
5
6
6
namespace SyntopiaCore {
7
namespace SyntopiaCore {
7
	namespace GLEngine {	
8
	namespace GLEngine {	
(-)SyntopiaCore/GLEngine/Raytracer/RayTracer.cpp~ (-1 / +1 lines)
Lines 1-5 Link Here
1
#include <QThread>
1
#include <QThread>
2
2
#include <GL/glu.h>
3
3
4
#include "RayTracer.h"
4
#include "RayTracer.h"
5
5

Return to bug 408651