You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#ifndef CORE_H
|
|
|
|
#define CORE_H
|
|
|
|
|
|
|
|
#include "define.h"
|
|
|
|
#include "context.h"
|
|
|
|
#include "iplugin.h"
|
|
|
|
#include "imetadataplugin.h"
|
|
|
|
#include "transaction.h"
|
|
|
|
|
|
|
|
#endif // CORE_H
|