view src/hotkey/gui.h @ 3089:85a35e03b0c9

wavpack: Take advantage of aud_vfs_fsize() and aud_vfs_is_streaming() APIs.
author William Pitcock <nenolod@atheme.org>
date Thu, 30 Apr 2009 06:41:19 -0500
parents 0be42d832217
children
line wrap: on
line source

#ifndef _GUI_H_INCLUDED_
#define _GUI_H_INCLUDED_

void show_configure (void);
void show_about (void);

#endif