logic.h 99 B

123456789101112
  1. #ifndef __LOGIC_H
  2. #define __LOGIC_H
  3. #include <stdbool.h>
  4. //
  5. void logic_main(void);
  6. #endif