ofxPiMapper fixed for C++17 & oF 12.0
 
 

7 lines
114 B

#include "ofMain.h"
#include "ofApp.h"
int main(){
ofSetupOpenGL(1024,768,OF_WINDOW);
ofRunApp(new ofApp());
}