1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 06:56:40 +02:00
Files
anope/include/module.h
T
Adam 08583dc107 Moved the language strings which are only used once
out of the core and into the modules that use them.
2011-02-04 15:30:31 -05:00

9 lines
120 B
C

#ifndef MODULE_H
#define MODULE_H
#include "services.h"
#include "commands.h"
#include "modules.h"
#endif // MODULE_H