X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=src%2Futil.h;h=3ce84a48be2a927fa80d6757cf3ad1c44bca660d;hp=6397b3763c615cc86ba6e095960ea55893bb25e0;hb=56de371557044d3b7acc14cb94cc46641be906d9;hpb=03d4e13abc392abec3ef9cb6a97d83a5ae722ca8 diff --git a/src/util.h b/src/util.h index 6397b37..3ce84a4 100644 --- a/src/util.h +++ b/src/util.h @@ -19,6 +19,8 @@ . */ +#include +#include #define DECLARE_WRAPPED_TYPE(TYPE, INIT, WRAP, UNWRAP) \ void \ @@ -60,3 +62,6 @@ scm_assert_foreign_object_type (wrapped_type, wrapped_obj); \ return (TYPE)scm_foreign_object_ref (wrapped_obj, 0); \ } + +wchar_t* +scm_to_wide_char_string (SCM text);