7 lines
70 B
Plaintext
7 lines
70 B
Plaintext
|
#include "mb_inc"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
MB_DeleteBoard(GetPCSpeaker());
|
||
|
}
|