mirror of
https://github.com/komiko44240BB/BattleBay_tool_v1.0.git
synced 2026-01-18 16:27:29 +01:00
7 lines
78 B
C
7 lines
78 B
C
#ifndef CLEAR_INPUT_H
|
|
#define CLEAR_INPUT_H
|
|
|
|
void clearInputBuffer();
|
|
|
|
#endif
|