ofxVariableLab/src/Layer.cpp

6 lines
94 B
C++

#include "Layer.h"
// Layer is virtual
namespace ofxVariableLab {
int Layer::n_layers = 0;
}