pcm_pack: convert to C++

This commit is contained in:
Max Kellermann
2013-10-16 20:54:51 +02:00
parent e3511d0ee0
commit f32fbd9ed1
7 changed files with 8 additions and 14 deletions

@ -19,10 +19,7 @@
#include "test_pcm_all.hxx"
#include "test_pcm_util.hxx"
extern "C" {
#include "pcm/pcm_pack.h"
}
#include "pcm/PcmPack.hxx"
#include <glib.h>