(root)/
libredwg-0.13/
test/
unit-testing/
visibilityparameterentity.c
       1  // TODO Unknown
       2  #define DWG_TYPE DWG_TYPE_VISIBILITYPARAMETERENTITY
       3  #include "common.c"
       4  
       5  void
       6  api_process (dwg_object *obj)
       7  {
       8    int error, isnew;
       9  
      10    Dwg_Version_Type dwg_version = obj->parent->header.version;
      11  #ifdef DEBUG_CLASSES
      12    dwg_ent_visibilityparameterentity *_obj
      13        = dwg_object_to_VISIBILITYPARAMETERENTITY (obj);
      14  
      15  #endif
      16  }