mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-09-24 15:54:12 +00:00
12 lines
169 B
C
12 lines
169 B
C
|
#ifndef __WASABI_BROWSERCB_H
|
||
|
#define __WASABI_BROWSERCB_H
|
||
|
|
||
|
#include <api/syscb/callbacks/syscb.h>
|
||
|
|
||
|
namespace BrowserCallback {
|
||
|
enum {
|
||
|
ONOPENURL=10,
|
||
|
};
|
||
|
};
|
||
|
#endif
|