added comments into why2.h

This commit is contained in:
Václav Šmejkal 2022-11-18 17:30:45 +01:00
parent ed19479e21
commit 3527384062
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -7,11 +7,13 @@
#ifndef WHY2_WHY2_H #ifndef WHY2_WHY2_H
#define WHY2_WHY2_H #define WHY2_WHY2_H
//CORE
#include <why2/decrypter.h> #include <why2/decrypter.h>
#include <why2/encrypter.h> #include <why2/encrypter.h>
#include <why2/flags.h> #include <why2/flags.h>
#include <why2/misc.h> #include <why2/misc.h>
//LOGGER
#include <why2/logger/logger.h> #include <why2/logger/logger.h>
#endif #endif