Initial community commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
#pragma once
|
||||
|
||||
#include "wac_playlists_entry.h"
|
||||
|
||||
#include <bfc/multipatch.h>
|
||||
|
||||
namespace wa
|
||||
{
|
||||
namespace components
|
||||
{
|
||||
namespace playlists
|
||||
{
|
||||
enum
|
||||
{
|
||||
patch_playlist,
|
||||
patch_playlistloadercallback
|
||||
};
|
||||
|
||||
class playlist : public MultiPatch<patch_playlist, ifc_playlist>, public MultiPatch<patch_playlistloadercallback, ifc_playlistloadercallback>
|
||||
{
|
||||
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user