mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 17:35:42 -04: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
|