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