metaforce/Runtime/Character/CActorLights.hpp

16 lines
194 B
C++
Raw Normal View History

2016-04-14 21:42:47 +00:00
#ifndef __URDE_CACTORLIGHTS_HPP__
#define __URDE_CACTORLIGHTS_HPP__
namespace urde
{
class CActorLights
{
public:
2016-04-24 04:03:30 +00:00
void ActivateLights() const {}
2016-04-14 21:42:47 +00:00
};
}
#endif // __URDE_CACTORLIGHTS_HPP__