axmol/cocos/3d/CCLight.cpp

15 lines
87 B
C++
Raw Normal View History

2014-08-15 10:32:07 +08:00
#include "CCLight.h"
NS_CC_BEGIN
Light::Light()
{
}
Light::~Light()
{
}
NS_CC_END