prime/include/MetroidPrime/CActorLights.hpp

11 lines
131 B
C++

#ifndef _CACTORLIGHTS_HPP
#define _CACTORLIGHTS_HPP
#include "types.h"
class CActorLights {
public:
~CActorLights();
};
#endif