mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-04 21:51:02 -05: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
|