17 lines
311 B
C
17 lines
311 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
|
|
|
|
#include <why2/decrypter.h>
|
|
#include <why2/encrypter.h>
|
|
#include <why2/flags.h>
|
|
#include <why2/misc.h>
|
|
|
|
#include <why2/logger/logger.h>
|
|
|
|
#endif |