bb305a484704e0e0868e0a668e7adc402b043264
[ede] / explorer / src / Structures / ArrayUtilities.ec
1 public import "ecere"
2
3 private:
4
5 // would be nice not to have to do this
6 define sizeoftype = GetTypeSize(type);
7 int GetTypeSize(Class type)
8 {
9    return type.typeSize;
10 }