~drgeo-developers/drgeo/trunk

« back to all changes in this revision

Viewing changes to VMs/iPad/source/Cross/plugins/UUIDPlugin/UUIDPlugin.h

  • Committer: Hilaire Fernandes
  • Date: 2012-01-27 21:15:40 UTC
  • Revision ID: hilaire.fernandes@gmail.com-20120127211540-912spf97bhpx6mve
Initial additions

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* UUID generation. Note that we typedef sqUUID as a generic 128 bit value so that platform specific code can coerce appropriately. */
 
2
 
 
3
typedef char sqUUID[16];
 
4
 
 
5
sqInt MakeUUID(sqUUID location);
 
6
sqInt sqUUIDInit(void);
 
7
sqInt sqUUIDShutdown(void);