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