1:#ifndef LUCES_H 2:#define LUCES_H 3: 4:void iniciaIluminacion(void); 5:void luz0 (void); 6:void luz1 (void); 7:void luz2 (void); 8:void luz3 (void); 9:void niebla (void); 10: 11:#endif