mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 08:27:43 +00:00
CModelData imps
This commit is contained in:
15
Runtime/Character/CActorLights.hpp
Normal file
15
Runtime/Character/CActorLights.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef __URDE_CACTORLIGHTS_HPP__
|
||||
#define __URDE_CACTORLIGHTS_HPP__
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CActorLights
|
||||
{
|
||||
public:
|
||||
void ActivateLights() const;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CACTORLIGHTS_HPP__
|
||||
Reference in New Issue
Block a user