~qubet-developers/qubet/dev

« back to all changes in this revision

Viewing changes to utilities.h

  • Committer: enricobacis
  • Date: 2016-01-25 11:36:00 UTC
  • Revision ID: git-v1:c3cda24c5e75a3f86a264c6e132766f4f704030e
Fix compilation on OSX

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#ifndef UTILITIES_H
20
20
#define UTILITIES_H
21
21
 
 
22
#ifdef __APPLE__
 
23
    #include "TargetConditionals.h"
 
24
    #ifdef TARGET_OS_MAC
 
25
        #include <OpenGL/glu.h>
 
26
    #endif
 
27
#else
 
28
    #include <GL/glu.h>
 
29
#endif
 
30
 
22
31
#include "alphabet.h"
23
32
#include "vector3f.h"
24
 
#include <GL/glu.h>
25
33
 
26
34
/**
27
35
 * @brief Draw a XY Square using vertex and texture coordinates.