MainTree/inc-c/context.h

16 lines
258 B
C

#ifndef MT_CONTEXT_H
#define MT_CONTEXT_H
#include <librr/types.h>
#include <shadow-tag.h>
#include <shadow.h>
typedef struct MtContext
{
MtShadowTagSystem shadow_tag_system;
MtShadowRegistry *shadow_registry;
} MtContext;
#endif // MT_CONTEXT_H