latest SDK
This commit is contained in:
10
foobar2000/SDK/commonObjects.h
Normal file
10
foobar2000/SDK/commonObjects.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <functional>
|
||||
|
||||
namespace fb2k {
|
||||
typedef service_ptr objRef;
|
||||
|
||||
objRef callOnRelease( std::function< void () > );
|
||||
objRef callOnReleaseInMainThread( std::function< void () > );
|
||||
}
|
||||
Reference in New Issue
Block a user