diff options
Diffstat (limited to 'docs/application/union.md')
| -rw-r--r-- | docs/application/union.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/application/union.md b/docs/application/union.md new file mode 100644 index 0000000..0032c0d --- /dev/null +++ b/docs/application/union.md @@ -0,0 +1,13 @@ +# Union + +--- + +## Object Definitions + +```c +typedef struct _kpl_union { + KPL_POOL_HEADER(_kpl_union); + uint32_t tag; + kpl_class class; +} kpl_union; +``` |
