topical media & game development

talk show tell print

lib-of-vs-addons-ofAddons.h / h



  #warning ______________________________________________________________________________
  #warning !!! ofAddons.h is deprecated - from OF 007 and on this file will NOT EXIST !!!
  #warning To see the new usage for using addons in OF please see www.openframeworks.cc/006-Important-Notes
  #warning ______________________________________________________________________________
  
  // these #define are kept around to make sure that old code doesn't break, but from 0.07 we will be using a non #define system for addons.
  // see:  http://www.openframeworks.cc/006-Important-Notes
  
  //-------------------------------------------- openCV
  ifdef OF_ADDON_USING_OFXOPENCV
          #include <ofxCvMain.h>
  endif
  
  //-------------------------------------------- obj loader
  ifdef OF_ADDON_USING_OFXOBJLOADER
          #include <ofxObjLoader.h>
  endif
  
  //-------------------------------------------- dir list
  ifdef OF_ADDON_USING_OFXDIRLIST
          #include <ofxDirList.h>
  endif
  
  //-------------------------------------------- vector math
  ifdef OF_ADDON_USING_OFXVECTORMATH
          #include <ofxVectorMath.h>
  endif
  
  //-------------------------------------------- network
  ifdef OF_ADDON_USING_OFXNETWORK
          #include <ofxNetwork.h>
  endif
  
  //-------------------------------------------- vector graphics
  ifdef OF_ADDON_USING_OFXVECTORGRAPHICS
          #include <ofxVectorGraphics.h>
  endif
  
  //-------------------------------------------- OSC
  ifdef OF_ADDON_USING_OFXOSC
          #include <ofxOsc.h>
  endif
  
  //-------------------------------------------- ofthread
  ifdef OF_ADDON_USING_OFXTHREAD
          #include <ofxThread.h>
  endif
  
  //-------------------------------------------- ofXML
  ifdef OF_ADDON_USING_OFXXMLSETTINGS
          #include <ofxXmlSettings.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.