mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-04 19:36:43 +03:00
9 lines
126 B
C++
9 lines
126 B
C++
#include "LightLayer.hpp"
|
|
|
|
LightLayer LightLayer::Sky(15), LightLayer::Block(0);
|
|
|
|
LightLayer::LightLayer(int x)
|
|
{
|
|
m_x = x;
|
|
}
|