#ifndef _olnotice_ #define _olnotice_ #include typedef struct olnotice olnotice; struct olnotice : window { float tailx; float taily; void mapxy(float X, float Y); }; #endif