8 lines
76 B
C++
Executable File
8 lines
76 B
C++
Executable File
|
|
#include "PointLight.h"
|
|
|
|
PointLight::PointLight()
|
|
: Light()
|
|
{
|
|
}
|