Jump to content

Wave Dictionary: Difference between revisions

m (Forgot about flags field)
Line 53:
}
 
uint32_t flags;
};
</syntaxhighlight>
 
=== Simplified ===
As both members of the anonymous UUID union are of the same type, the above declaration can be simplified slightly to the following:
<syntaxhighlight lang="cpp">
struct RwaUniqueID
{
struct name
{
char* uniqueName;
char* copyName;
}
 
RwaUUID* uuid;
uint32_t flags;
};
Cookies help us deliver our services. By using our services, you agree to our use of cookies.