#if !defined(ROTATE_H) #define ROTATE_H extern void rotate(int); extern void save_palette(); extern int load_palette(); #endif