BEAST/BSE - Better Audio System and Sound Engine  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
bse.hh
Go to the documentation of this file.
1  // Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
2 #ifndef __BSE_H__
3 #define __BSE_H__
4 
5 #include <sfi/sfi.hh>
6 #include <bse/bseconfig.h>
7 #include <bse/bsecore.hh>
8 
9 G_BEGIN_DECLS
10 
11 /* library versioning */
12 extern const guint bse_major_version;
13 extern const guint bse_minor_version;
14 extern const guint bse_micro_version;
15 extern const gchar *bse_version;
16 const char* bse_check_version (guint required_major,
17  guint required_minor,
18  guint required_micro);
19 G_END_DECLS
20 
21 #endif /* __BSE_H__ */