Skip to content

Instantly share code, notes, and snippets.

@Lillecarl
Created April 18, 2013 16:54
Show Gist options
  • Save Lillecarl/5414334 to your computer and use it in GitHub Desktop.
Save Lillecarl/5414334 to your computer and use it in GitHub Desktop.
struct StructName
{
StructName() : guid(0), starttime(0), endtime(0) {}
uint64 guid;
uint32 starttime;
uint32 endtime;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment