initial commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#ifndef HYDRALIGHTACTOR
|
||||
#define HYDRALIGHTACTOR
|
||||
#include "HydraActor.h"
|
||||
|
||||
class CLASS_DEFINE HydraDirectionalLightActor : public HydraActor
|
||||
{
|
||||
private:
|
||||
|
||||
protected:
|
||||
|
||||
public:
|
||||
virtual void InitialiseComponents() override;
|
||||
virtual void Destroy() override;
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif /* HYDRALIGHTACTOR */
|
||||
Reference in New Issue
Block a user