comparison run/bug_20041226_A.d @ 1559:ec5e144583ea

D1 -> D2 : 1/N
author thomask
date Sun, 19 Aug 2007 19:11:54 +0000
parents 6e4063f99377
children
comparison
equal deleted inserted replaced
1558:d40d75fcd5c5 1559:ec5e144583ea
28 Face[] faces; 28 Face[] faces;
29 } 29 }
30 30
31 struct GeomObject{ 31 struct GeomObject{
32 Mesh mesh; 32 Mesh mesh;
33 char[] name; 33 string name;
34 vec3 xlate; 34 vec3 xlate;
35 } 35 }
36 36
37 class AseLoader{ 37 class AseLoader{
38 this(){ 38 this(){
39 GeomObject go; 39 GeomObject go;