Subversion Repositories gelsvn

Rev

Rev 594 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 594 Rev 601
Line 5... Line 5...
5
 * ----------------------------------------------------------------------- */
5
 * ----------------------------------------------------------------------- */
6
 
6
 
7
#include <iostream>
7
#include <iostream>
8
#include <fstream>
8
#include <fstream>
9
#include <string>
9
#include <string>
10
#include <GL/glew.h>
10
#include "../GL/glew.h"
11
#include <GLGraphics/gel_glu.h>
11
#include "../GLGraphics/gel_glu.h"
12
using namespace std;
12
using namespace std;
13
 
13
 
14
namespace GLGraphics
14
namespace GLGraphics
15
{
15
{
16
  void print_glsl_program_log(GLuint program)
16
  void print_glsl_program_log(GLuint program)