summaryrefslogtreecommitdiff
path: root/docs/application/native.md
blob: c5108aab3255369c9579c6ed6aa0f1f2aacafde8 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Native

---

## Object Definitions

```c
typedef struct _kpl_native {
    kpl_class class;
} kpl_native;
```