Elementa v8.0.0
Minimalistic library for any C++ application (C++11 and up)
Loading...
Searching...
No Matches
elementa.h
1
634/* *************************************************************
635*
636* The main and only include that you need in your programs.
637*
638* (Just define the elementa base directory for the compiler, then
639* include this one; you can also include just some of the headers
640* listed below for a finer granularity inclusion)
641*
642* (c) Juan Antonio Fernandez Madrigal, 2018-2019
643*
644************************************************************** */
645
646#include "elementa/license.inc"
647#include "elementa/checks.inc"
648
649
650#include "elementa/base.h"
651#include "elementa/adts.h"
652#include "elementa/patterns.h"
653#include "elementa/parsing.h"
654#include "elementa/math.h"
655#include "elementa/utils.h"
656