1 // not in any DWG
2 #define DWG_TYPE DWG_TYPE_DUMMY
3 #include "common.c"
4
5 void
6 api_process (dwg_object *obj)
7 {
8 int error;
9 dwg_obj_dummy *_obj = dwg_object_to_DUMMY (obj);
10 }