mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 12:45:45 -04:00
Initial community commit
This commit is contained in:
8
Src/Wasabi/api/wnd/findobjectcb.cpp
Normal file
8
Src/Wasabi/api/wnd/findobjectcb.cpp
Normal file
@ -0,0 +1,8 @@
|
||||
#include "precomp.h"
|
||||
#include "findobjectcb.h"
|
||||
|
||||
#define CBCLASS _FindObjectCallback
|
||||
START_DISPATCH;
|
||||
CB(FINDOBJECTCB_MATCHOBJECT, findobjectcb_matchObject);
|
||||
END_DISPATCH;
|
||||
|
Reference in New Issue
Block a user