mirror of https://github.com/axmolengine/axmol.git
15 lines
87 B
C++
15 lines
87 B
C++
|
#include "CCLight.h"
|
||
|
|
||
|
NS_CC_BEGIN
|
||
|
|
||
|
Light::Light()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
|
||
|
Light::~Light()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
NS_CC_END
|