2013/8/23 gagan <[email protected]> > > I think that if something useful externally is not accesible via dwg.h, > then > > it should be moved there. For example, version_codes, which is in > common.h > > for now. > > Didn't get what you wanted to say. >
I made a dump program and I needed to access the variable "version_codes", which is defined in common.h. I could not reach it using api.h or dwg.h, so I had to recreate it to be able to show the version code info of the file.
