15 lines
278 B
C
15 lines
278 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>
|
|
|
|
#endif |