mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 12:35:45 -04:00
Initial community commit
This commit is contained in:
8
Src/Winamp/SkinElementAlias.cpp
Normal file
8
Src/Winamp/SkinElementAlias.cpp
Normal file
@ -0,0 +1,8 @@
|
||||
#include "api.h"
|
||||
#include "SkinElementAlias.h"
|
||||
#include "PaletteManager.h"
|
||||
|
||||
SkinItem *SkinElementAlias::getAncestor()
|
||||
{
|
||||
return WASABI_API_PALETTE->getAliasAncestor(this);
|
||||
}
|
Reference in New Issue
Block a user