ldtypes.h

changeset 23
69a91c1ff583
parent 21
9aebaaafa5da
child 24
d2d4d0154338
--- a/ldtypes.h	Sat Mar 16 17:50:13 2013 +0200
+++ b/ldtypes.h	Mon Mar 18 03:38:51 2013 +0200
@@ -118,6 +118,7 @@
 	vertex vPosition; // Position of the subpart
 	double faMatrix[9]; // Transformation matrix for the subpart
 	str zFileName; // Filename of the subpart
+	OpenFile* pFile; // Pointer to opened file for this subfile. nullptr if unopened.
 };
 
 // =============================================================================

mercurial