4 changed files with 26 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||
#include "ofxPiMapper.h" |
|||
|
|||
ofxPiMapper::ofxPiMapper() |
|||
{ |
|||
|
|||
} |
|||
|
|||
ofxPiMapper::~ofxPiMapper() |
|||
{ |
|||
|
|||
} |
@ -0,0 +1,13 @@ |
|||
#ifndef H_OFX_PI_MAPPER |
|||
#define H_OFX_PI_MAPPER |
|||
|
|||
#include "ofMain.h" |
|||
|
|||
class ofxPiMapper |
|||
{ |
|||
public: |
|||
ofxPiMapper(); |
|||
~ofxPiMapper(); |
|||
}; |
|||
|
|||
#endif |
Loading…
Reference in new issue