fart/main/PointLight.cc
Josh Holtrop 6f2851f279 yyparse() now a friend function to Scene, light constructors not taking position arguments any more
git-svn-id: svn://anubis/fart/trunk@104 7f9b0f55-74a9-4bce-be96-3c2cd072584d
2009-02-12 03:56:09 +00:00

8 lines
76 B
C++
Executable File

#include "PointLight.h"
PointLight::PointLight()
: Light()
{
}