BEAST/BSE - Better Audio System and Sound Engine
0.8.2
|
00001 // Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html 00002 #ifndef __BSE_H__ 00003 #define __BSE_H__ 00004 00005 #include <sfi/sfi.hh> 00006 #include <bse/bseconfig.h> 00007 #include <bse/bsecore.hh> 00008 00009 G_BEGIN_DECLS 00010 00011 /* library versioning */ 00012 extern const guint bse_major_version; 00013 extern const guint bse_minor_version; 00014 extern const guint bse_micro_version; 00015 extern const guint bse_interface_age; 00016 extern const guint bse_binary_age; 00017 extern const gchar *bse_version; 00018 const char* bse_check_version (guint required_major, 00019 guint required_minor, 00020 guint required_micro); 00021 G_END_DECLS 00022 00023 #endif /* __BSE_H__ */