mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 09:05:47 -04:00
Initial community commit
This commit is contained in:
12
Src/Wasabi/api/service/svcs/svc_xuiobject.cpp
Normal file
12
Src/Wasabi/api/service/svcs/svc_xuiobject.cpp
Normal file
@ -0,0 +1,12 @@
|
||||
#include <precomp.h>
|
||||
|
||||
#include "svc_xuiobject.h"
|
||||
|
||||
#define CBCLASS svc_xuiObjectI
|
||||
START_DISPATCH;
|
||||
CB(XUI_TESTTAG, testTag);
|
||||
// CB(XUI_INSTANTIATE, instantiate);
|
||||
CB(XUI_INSTANTIATEWITHPARAMS, instantiate);
|
||||
VCB(XUI_DESTROY, destroy);
|
||||
END_DISPATCH;
|
||||
#undef CBCLASS
|
Reference in New Issue
Block a user