diff options
Diffstat (limited to 'win32/toneview.h')
-rw-r--r-- | win32/toneview.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/toneview.h b/win32/toneview.h index 32f402b..4a8fc06 100644 --- a/win32/toneview.h +++ b/win32/toneview.h @@ -11,6 +11,7 @@ extern struct toneview_g { atomic_flag flag; } toneview_g; -void show_toneview(HINSTANCE hinst, HWND parent); +void toneview_open(HINSTANCE hinst, HWND parent, void (*closecb)(void *ptr), void *cbptr); +void toneview_close(void); #endif // MYON_FMPLAYER_WIN32_TONEVIEW_H_INCLUDED |