Variable ObjectData.id

Incremental id - unique across all objects

Declaration

struct ObjectData
{
	// ...
	int id;
	// ...
}

Authors

rcorre

Copyright

Copyright © 2015, Ryan Roden-Corrent

License

MIT