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