This is lights.h in view mode; [Download] [Up]
#ifndef _LIGHTS_H_ #define _LIGHTS_H_ #include "common.h" extern int light_count(); extern void set_light(int lightno); extern void set_light_color(Color *color); extern void clight_init(); extern void delete_light(); extern void add_light(); extern void light_edit_mode(int edit); extern void set_beam_color(); extern void unshow_lights(); extern void show_lights(); #endif /* ! _LIGHTS_H_ */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.