mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-25 16:50:50 +01:00
13 lines
101 B
C++
13 lines
101 B
C++
#ifndef ION_USB_H
|
|
#define ION_USB_H
|
|
|
|
namespace Ion {
|
|
namespace USB {
|
|
|
|
bool isPlugged();
|
|
|
|
}
|
|
}
|
|
|
|
#endif
|