mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
6 lines
148 B
C++
6 lines
148 B
C++
#include "cpr/multipart.h"
|
|
|
|
namespace cpr {
|
|
Multipart::Multipart(const std::initializer_list<Part>& p_parts) : parts{p_parts} {}
|
|
} // namespace cpr
|