Wave Dictionary: Difference between revisions

Content added Content deleted
No edit summary
Line 64: Line 64:
== RwaUniqueID ==
== RwaUniqueID ==
<syntaxhighlight lang="cpp">
<syntaxhighlight lang="cpp">
struct RwaUniqueID {
struct RwaUniqueID
{
union {
union
{
RwaUUID* uuid;
RwaUUID* uuid;
RwaUUID* copyUUID;
RwaUUID* copyUUID;
}
}


struct name {
struct name
{
char* uniqueName;
char* uniqueName;
char* copyName;
char* copyName;