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