Browse Source

initialize static instance creation

1.0.0
Georg Hopp 12 years ago
parent
commit
4d73d0fb34
  1. 1
      include/tr/uuid.h

1
include/tr/uuid.h

@ -51,6 +51,7 @@ TR_CLASS(TR_Uuid) {
} elements;
} uuid;
};
TR_INSTANCE_INIT(TR_Uuid);
extern TR_Uuid TR_uuidZero;

Loading…
Cancel
Save