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