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 _SFIDL_UTILS_HH_ 00003 #define _SFIDL_UTILS_HH_ 00004 #include <sfi/glib-extra.hh> 00005 #include <sfi/sfi.hh> 00006 #include <list> 00007 #include <vector> 00008 00010 namespace Sfidl { 00011 00012 /* lots of helpers like string_from_int, but also typedefs like String */ 00013 using namespace Rapicorn; 00014 00015 /* common data structures */ 00016 using std::list; 00017 using std::vector; 00018 00019 } // Sfidl 00020 00021 #endif /* _SFIDL_UTILS_HH_ */ 00022 /* vim:set ts=8 sts=2 sw=2: */