2022-05-12 17:14:43 +02:00
|
|
|
/*
|
|
|
|
This file basically contains all header files that are needed to use WHY2.
|
|
|
|
|
|
|
|
*You can use them individually ofc*
|
|
|
|
*/
|
|
|
|
|
2022-05-12 17:04:49 +02:00
|
|
|
#ifndef WHY2_WHY2_H
|
|
|
|
#define WHY2_WHY2_H
|
|
|
|
|
|
|
|
#include <why2/decrypter.h>
|
|
|
|
#include <why2/encrypter.h>
|
|
|
|
#include <why2/flags.h>
|
2022-06-11 16:27:52 +02:00
|
|
|
#include <why2/git.h>
|
2022-05-12 17:04:49 +02:00
|
|
|
#include <why2/misc.h>
|
|
|
|
|
|
|
|
#endif
|