mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-09-10 02:03:42 +08:00
c8d3353845
old-commit-hash: 5cfc0be5cbde3df3633b22243bc0fce4789f1c62
15 lines
161 B
C
15 lines
161 B
C
#ifndef COMMON_SPINNER_H
|
|
#define COMMON_SPINNER_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
int spin(int argc, char** argv);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|