# Forwards

`Forwards` corresponds to code that comes _before the class declaration_ in the generated `component header file`, e.g 
```
#include <stdio.h>
```
or user-created structure or class definitions.