WHY2/include/why2.h
ENGO150 6cc5a06a7e added missing description to why2.h
for those who have no idea what C is.... :3
2022-05-12 17:14:43 +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