aboutsummaryrefslogtreecommitdiffstats
path: root/examples/helloworld-complex/src/specialfeature.h
blob: a3fa53ab0b5c04a86aaf1cc4cf0066685aa082e2 (plain)
1
2
3
4
5
6
#ifndef HELLO_SPECIAL_FEATURE
#define HELLO_SPECIAL_FEATURE

void bragAboutSpecialFeature();

#endif