(root)/
libredwg-0.13/
test/
unit-testing/
acmescope.c
       1  // TODO DEBUGGING
       2  #define DWG_TYPE DWG_TYPE_ACMESCOPE
       3  #include "common.c"
       4  
       5  void
       6  api_process (dwg_object *obj)
       7  {
       8    int error, isnew;
       9    BITCODE_BS class_version;
      10  
      11  #ifdef DEBUG_CLASSES
      12    dwg_obj_acmescope *_obj = dwg_object_to_ACMESCOPE (obj);
      13  
      14    CHK_ENTITY_TYPE (_obj, ACMESCOPE, class_version, BS);
      15  #endif
      16  }