- #ifndef _RAYSPR_
- #define _RAYSPR_
- #include "ray.h"
- #include "globals.h"
- #include "sprinter.h"
- #include "sprutils.h"
- extern "C++" pobject_type Obj_Type_List;
- extern "C++" USHORT Number_Of_OTs;
- extern "C++" pobject_node g_object_list;
- extern "C++" BOOL updating;
- #endif