From 2a6b5328dec0ef2200bdbb94b16e8531c7c071b2 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Mon, 10 Mar 2014 12:40:45 +0000 Subject: getting images from instagram --- json-instagram/src/exampleApp.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 json-instagram/src/exampleApp.h (limited to 'json-instagram/src/exampleApp.h') diff --git a/json-instagram/src/exampleApp.h b/json-instagram/src/exampleApp.h new file mode 100644 index 0000000..1dcb032 --- /dev/null +++ b/json-instagram/src/exampleApp.h @@ -0,0 +1,15 @@ +#pragma once + + +#include "ofMain.h" +#include "ofxJSONElement.h" + + +class exampleApp : public ofBaseApp { +public: + void setup(); + void draw(); + + ofxJSONElement response; + std::vector images; +}; -- cgit v1.2.3