#ifndef N_MEDIA_H_INCLUDED
#define N_MEDIA_H_INCLUDED

#include <Core/NCore.h>

#ifdef N_CPP
extern "C"
{
#endif

N_DECLARE_MODULE(NMedia)

#ifdef N_CPP
}
#endif

#endif // !N_MEDIA_H_INCLUDED
