WHY2/include/why2.h

21 lines
389 B
C

/*
This file basically contains all header files that are needed to use WHY2.
*You can use them individually ofc*
*/
#ifndef WHY2_WHY2_H
#define WHY2_WHY2_H
//CORE
#include <why2/decrypter.h>
#include <why2/encrypter.h>
#include <why2/flags.h>
#include <why2/misc.h>
//LOGGER
#include <why2/logger/flags.h>
#include <why2/logger/logger.h>
#include <why2/logger/utils.h>
#endif