Changeset 65
- Timestamp:
- 10/12/07 04:54:43 (1 year ago)
- Files:
-
- trunk/OpenMeshD/OpenMesh/Core/IO/MeshIO.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/OpenMeshD/OpenMesh/Core/IO/MeshIO.d
r53 r65 52 52 import OpenMesh.Core.Utils.Exceptions : invalid_argument; 53 53 54 // This is important because it causes the reader and writer static 55 // constructors to be called, thus populating the global list of supported 56 // formats. 57 import OpenMesh.Core.IO.readers; 58 import OpenMesh.Core.IO.writers; 54 59 55 60 //=== IMPLEMENTATION ==========================================================
