#ifndef FINAL2_H #define FINAL2_H void reset_controls (); void light_change (); void ambient_change (); void red_change (); void rotation_change (); gint destroyapp (); #endif