1
2
3
4
5
6 #ifndef SOULNG_UTIL_INIT_DONE_INCLUDED
7 #define SOULNG_UTIL_INIT_DONE_INCLUDED
8 #include <soulng/util/UtilApi.hpp>
9
10 namespace soulng { namespace util {
11
12 void Init();
13 void Done();
14
15 } }
16
17 #endif // SOULNG_UTIL_INIT_DONE_INCLUDED