ofxVariableLab/src/Layer.cpp

7 lines
94 B
C++
Raw Normal View History

2023-03-19 12:04:47 +01:00
#include "Layer.h"
2023-03-25 13:51:04 +01:00
// Layer is virtual
2023-04-07 16:17:07 +02:00
namespace ofxVariableLab {
int Layer::n_layers = 0;
}