mirror of
https://github.com/bakkeby/st-flexipatch.git
synced 2026-04-02 17:20:08 +09:00
7 lines
203 B
C
7 lines
203 B
C
static void vbellbegin();
|
|
static int isvbellcell(int x, int y);
|
|
|
|
#if VISUALBELL_3_PATCH
|
|
static void xdrawvbell();
|
|
static void xfillcircle(int x, int y, int r, uint color_ix);
|
|
#endif // VISUALBELL_3_PATCH
|