openHASP/hal/sdl2/app_hal.h
2021-02-15 03:09:17 +01:00

18 lines
187 B
C

#ifndef DRIVER_H
#define DRIVER_H
#ifdef __cplusplus
extern "C" {
#endif
void hal_setup(void);
void hal_loop(void);
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /*DRIVER_H*/