- [NEW] Flash attribute implemented - [NEW] Sound somewhat working (BEEP hangs)
9 lines
92 B
C++
9 lines
92 B
C++
#pragma once
|
|
|
|
namespace zxscreen
|
|
{
|
|
void show();
|
|
void refresh();
|
|
void flash();
|
|
}
|