initial commit

This commit is contained in:
jrkb 2023-03-19 12:04:47 +01:00
commit cd5715eedc
11 changed files with 926 additions and 0 deletions

1
src/Layer.cpp Normal file
View file

@ -0,0 +1 @@
#include "Layer.h"

8
src/Layer.h Normal file
View file

@ -0,0 +1,8 @@
#pragma once
#include "ofMain.h"
namespace ofxVariableLab {
class Layer {
}
}

3
src/ofxVariableLab.h Normal file
View file

@ -0,0 +1,3 @@
#pragma once
#include "Layer.h"