topical media & game development
lib-of-vs-libs-openFrameworks-ofMain.h / h
ifndef OF_MAIN
define OF_MAIN
//--------------------------
// utils
include <ofConstants.h>
include <ofMath.h>
include <ofUtils.h>
include <ofTypes.h>
//--------------------------
// communication
ifndef TARGET_OF_IPHONE
#include <ofSerial.h>
#include <ofStandardFirmata.h>
#include <ofArduino.h>
endif
//--------------------------
// graphics
include <ofTexture.h>
include <ofTrueTypeFont.h>
include <ofGraphics.h>
include <ofImage.h>
//--------------------------
// app
include <ofBaseApp.h>
include <ofAppRunner.h>
//--------------------------
// audio
include <ofSoundStream.h>
include <ofSoundPlayer.h>
//--------------------------
// video
ifndef TARGET_OF_IPHONE //(temp for now, until this is ported)
#include <ofVideoGrabber.h>
#include <ofVideoPlayer.h>
endif
//--------------------------
// events
include <ofEvents.h>
endif
(C) Æliens
04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.