11 lines
139 B
C++
11 lines
139 B
C++
#include "Code_LayerLock.h"
|
|
|
|
void Code_LayerLock::press()
|
|
{
|
|
refLayerState.lock(layer);
|
|
}
|
|
|
|
void Code_LayerLock::release()
|
|
{
|
|
}
|