mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-01 15:46:00 +00:00
10 lines
97 B
C++
10 lines
97 B
C++
#include "Chapters.h"
|
|
|
|
nsmkv::Chapters::Chapters(void)
|
|
{
|
|
}
|
|
|
|
nsmkv::Chapters::~Chapters(void)
|
|
{
|
|
}
|