mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-04 15:21:00 -05:00
12 lines
163 B
C++
12 lines
163 B
C++
#ifndef _SVCCB_H
|
|
#define _SVCCB_H
|
|
|
|
#include <api/syscb/callbacks/syscb.h>
|
|
|
|
namespace SvcCallback {
|
|
enum {
|
|
ONREGISTER=10,
|
|
ONDEREGISTER=20,
|
|
};
|
|
};
|
|
#endif
|