10 lines
108 B
C
10 lines
108 B
C
|
#pragma once
|
||
|
|
||
|
#include <atomic>
|
||
|
|
||
|
namespace tcs {
|
||
|
|
||
|
extern std::atomic_bool TCS_BOARD_SHORTLY_UNAVAILABLE;
|
||
|
|
||
|
}
|