#ifndef _320CONTROL_H #define _320CONTROL_H #include #include #include #include #include #include #define BASE 888 #define CONTROL BASE+2 void set_box (int box, int data); #endif