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