comparison run/bug_20041226_C.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
27 Face[] faces; 27 Face[] faces;
28 } 28 }
29 29
30 struct GeomObject{ 30 struct GeomObject{
31 Mesh mesh; 31 Mesh mesh;
32 char[] name; 32 string name;
33 vec3 xlate; 33 vec3 xlate;
34 } 34 }
35 35
36 class AseLoader{ 36 class AseLoader{
37 this(){ 37 this(){
38 GeomObject go; 38 GeomObject go;