summaryrefslogtreecommitdiff
path: root/include/module.h
blob: a879bf04a4fa0039e5605978ee8c10ae23b122d0 (plain)
1
2
3
4
5
6
7
8
9
#ifndef MODULE_H
#define MODULE_H

#include "services.h"
#include "commands.h"
#include "modules.h"
#define _(x) x

#endif // MODULE_H