WHY2/include/why2.h
ENGO150 98ec31c9cf
removed the 'git' files
omfg I'm so stupid -> you can do this MUCH easier
2022-06-11 16:59:45 +02:00

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