2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-15 02:31:20 +00:00
metaforce/Runtime/Character/CActorLights.hpp
2016-04-14 11:42:47 -10:00

16 lines
192 B
C++

#ifndef __URDE_CACTORLIGHTS_HPP__
#define __URDE_CACTORLIGHTS_HPP__
namespace urde
{
class CActorLights
{
public:
void ActivateLights() const;
};
}
#endif // __URDE_CACTORLIGHTS_HPP__