summaryrefslogtreecommitdiff
path: root/docs/application/group.md
blob: 1294afe5282a2a1eeeb430d587529ffa39486227 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Group

---

## Object Definitions

```c
typedef struct _kpl_group {
    KPL_DYNAMIC_OBJ_HEADER();
    kpl_class items[];
} kpl_group;
```