-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathallEOC.lib
24 lines (22 loc) · 882 Bytes
/
allEOC.lib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// =============================================================================
// ========== allEOC.lib =======================================================
// =============================================================================
//
// Access to all Edge of Chaos library modules from a single point.
//
// Copyright (c) 2019-2020, Dario Sanfilippo <sanfilippo.dario at gmail dot com>
// All rights reserved.
declare name "All Edge of Chaos modules";
declare author "Dario Sanfilippo";
declare copyright "Copyright (c) 2019-2020, Dario Sanfilippo <sanfilippo.dario
at gmail dot com>";
declare version "2.0.0";
declare license "GPLv2.0";
import("auxiliaryEOC.lib");
import("delaysEOC.lib");
import("filtersEOC.lib");
import("informationEOC.lib");
import("mathsEOC.lib");
import("oscillatorsEOC.lib");
import("outformationEOC.lib");
import("stabilityEOC.lib");