X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fotk.hh;h=9ddf34e9cc85472725df8146a3b54a92ed369f05;hb=8269fc2b3965d12ba308caa554bfa7ee037fba13;hp=62788cba9baf8d1f28a59e8467ce582939ed6dc3;hpb=99cd843fc6dc7a7f55b6c90fd1162f233853aad2;p=chaz%2Fopenbox diff --git a/otk/otk.hh b/otk/otk.hh index 62788cba..9ddf34e9 100644 --- a/otk/otk.hh +++ b/otk/otk.hh @@ -15,6 +15,7 @@ #include "rendercolor.hh" #include "display.hh" #include "font.hh" +#include "messagedialog.hh" #include "rendercontrol.hh" #include "size.hh" #include "point.hh" @@ -30,4 +31,9 @@ #include "ustring.hh" #include "widget.hh" +namespace otk { +void initialize(); +void destroy(); +} + #endif // __otk_hh