mirror of
https://github.com/etaHEN/etaHEN.git
synced 2026-01-14 20:14:39 +08:00
17 lines
197 B
C
17 lines
197 B
C
/**
|
|
* \file
|
|
*/
|
|
|
|
#ifndef _MONONET_METADATA_ASSEMBLY_H_
|
|
#define _MONONET_METADATA_ASSEMBLY_H_
|
|
|
|
#include <utils/mono-error.h>
|
|
#include <metadata/image.h>
|
|
|
|
MONO_BEGIN_DECLS
|
|
|
|
MONO_END_DECLS
|
|
|
|
#endif
|
|
|