Skip to content

Commit

Permalink
updated to glNext changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborpapp committed May 6, 2015
1 parent ad98641 commit 95f9d90
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/cinderSyphon.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#include "cinder/app/AppBasic.h"
#include "cinder/app/App.h"
#include "syphonClient.h"
#include "syphonServer.h"
#include "syphonServerDirectory.h"
#include "syphonServerDirectory.h"
2 changes: 1 addition & 1 deletion src/syphonClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#include "cinder/app/AppBasic.h"
#include "cinder/app/App.h"
#include "cinder/gl/Texture.h"
#include "syphonServerDirectory.h"

Expand Down
2 changes: 2 additions & 0 deletions src/syphonClient.mm
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#include "cinder/gl/gl.h"

#include "syphonClient.h"

#import <Syphon/Syphon.h>
Expand Down
4 changes: 2 additions & 2 deletions src/syphonServer.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#include "cinder/app/AppBasic.h"
#include "cinder/app/App.h"
#include "cinder/gl/Texture.h"

class syphonServer {
Expand All @@ -46,4 +46,4 @@ class syphonServer {
protected:
void *mSyphon;

};
};

0 comments on commit 95f9d90

Please sign in to comment.