9 lines
86 B
C
9 lines
86 B
C
#ifndef MP3_H
|
|
#define MP3_H
|
|
|
|
#include "../base/base.h"
|
|
|
|
#include "mp3_core.h"
|
|
|
|
#endif
|