ofDocsaddons ofxiOS src ofxtvOS.h
//
//  ofxtvOS.h
//  tvOS+OFLib
//
//  Created by Daniel Rosser on 26/10/2015.
//
#pragma once

#ifndef ofxtvOS_h
#define ofxtvOS_h

#include "ofMain.h"

#ifdef TARGET_OF_TVOS

#include "ofAppiOSWindow.h"
#include "ofxiOSConstants.h"
#include "ofxiOSExtensions.h"
#include "ofxtvOSAppDelegate.h"
#include "ofxtvOSViewController.h"
#include "ofxtvOSGLKViewController.h"
#include "ofxiOSGLKView.h"
#include "ofxiOSEAGLView.h"
#include "ofxiOSApp.h"
#include "ofxiOSExtras.h"
#include "ofxAccelerometer.h"

#endif

#endif /* ofxtvOS_h */