LogDoctor/craplog/modules.h
Valentino Orlandi 47f83c75ae
Added new module CheckSec
Performs integrity checks on variables and files/folders
2022-07-06 21:02:36 +02:00

9 lines
139 B
C

#ifndef MODULES_H
#define MODULES_H
#include "modules/checks.h"
#include "modules/dialogs.h"
#include "modules/tb.h"
#endif // MODULES_H