naspro

view naspro-core/include/NASPRO/core/lib.h @ 174:4f7243a606b1

Updated copyright notices and build system
author Stefano D'Angelo <zanga.mail@gmail.com>
date Sat May 01 21:51:33 2010 +0300 (2010-05-01)
parents d7568c8379c1
children
line source
1 /*
2 * NASPRO - NASPRO Architecture for Sound Processing
3 * Core library
4 *
5 * Copyright (C) 2007-2009 Stefano D'Angelo <zanga.mail@gmail.com>
6 *
7 * See the COPYING file for license conditions.
8 */
10 #ifndef _NACORE_LIB_H
11 #define _NACORE_LIB_H
13 #include <NASPRO/core/string.h>
14 #include <NASPRO/core/env.h>
15 #include <NASPRO/core/path.h>
16 #include <NASPRO/core/dl.h>
17 #include <NASPRO/core/bridge.h>
18 #include <NASPRO/core/lv2api.h>
19 #include <NASPRO/core/avl.h>
20 #include <NASPRO/core/manifest.h>
22 #endif /* !_NACORE_LIB_H */