Skip to content

Commit

Permalink
OpenP5SeaOfLines: Updated project.
Browse files Browse the repository at this point in the history
  • Loading branch information
prisonerjohn committed Dec 7, 2013
1 parent a44a289 commit 7230c31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@
643F133318213B3B003988A3 /* ofxFTGLFont.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ofxFTGLFont.h; sourceTree = "<group>"; };
643F133418213B3B003988A3 /* ofxFTGLSimpleLayout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ofxFTGLSimpleLayout.cpp; sourceTree = "<group>"; };
643F133518213B3B003988A3 /* ofxFTGLSimpleLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ofxFTGLSimpleLayout.h; sourceTree = "<group>"; };
64734471185386AE00A0A43A /* CloudsGlobal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CloudsGlobal.h; path = src/CloudsGlobal.h; sourceTree = "<group>"; };
BBAB23BE13894E4700AA2426 /* GLUT.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLUT.framework; path = ../../../libs/glut/lib/osx/GLUT.framework; sourceTree = "<group>"; };
E4328143138ABC890047C5CB /* openFrameworksLib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = openFrameworksLib.xcodeproj; path = ../../../libs/openFrameworksCompiled/project/osx/openFrameworksLib.xcodeproj; sourceTree = SOURCE_ROOT; };
E45BE9710E8CC7DD009D7055 /* AGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AGL.framework; path = /System/Library/Frameworks/AGL.framework; sourceTree = "<absolute>"; };
Expand Down Expand Up @@ -1488,6 +1489,7 @@
E7E95E5C1733624100294C72 /* CloudsLibrary */ = {
isa = PBXGroup;
children = (
64734471185386AE00A0A43A /* CloudsGlobal.h */,
640A311C1823F9C600DDFBA2 /* OpenP5DrawingMachine10 */,
E72FF11817E688FE0007780D /* VisualSystemsLibrary */,
);
Expand Down
7 changes: 5 additions & 2 deletions VSOpenP5SeaOfLines/src/testApp.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#include "testApp.h"

//--------------------------------------------------------------
void testApp::setup(){
void testApp::setup()
{
ofSetVerticalSync(true);
ofSetFrameRate(60);

Expand All @@ -24,7 +25,9 @@ void testApp::keyPressed(int key){
}

//--------------------------------------------------------------
void testApp::exit(){
void testApp::exit()
{
vs.exit();
}

//--------------------------------------------------------------
Expand Down

0 comments on commit 7230c31

Please sign in to comment.