created header file including all others

This commit is contained in:
Václav Šmejkal 2022-05-12 17:04:49 +02:00
parent 6486f500b6
commit d1447a2796

9
include/why2.h Normal file
View File

@ -0,0 +1,9 @@
#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