initial commit
This commit is contained in:
commit
cd5715eedc
11 changed files with 926 additions and 0 deletions
1
src/Layer.cpp
Normal file
1
src/Layer.cpp
Normal file
|
@ -0,0 +1 @@
|
|||
#include "Layer.h"
|
8
src/Layer.h
Normal file
8
src/Layer.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#include "ofMain.h"
|
||||
|
||||
namespace ofxVariableLab {
|
||||
class Layer {
|
||||
}
|
||||
}
|
3
src/ofxVariableLab.h
Normal file
3
src/ofxVariableLab.h
Normal file
|
@ -0,0 +1,3 @@
|
|||
#pragma once
|
||||
|
||||
#include "Layer.h"
|
Loading…
Add table
Add a link
Reference in a new issue