Files

14 lines
157 B
C

#ifndef RBFPIDBALBOT_APP_MAIN
#define RBFPIDBALBOT_APP_MAIN
#ifdef __cplusplus
extern "C" {
#endif
void AppMain(void);
#ifdef __cplusplus
}
#endif
#endif