X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Fthread.hh;h=af251e157b8a64ef433c70794ddde72509c8a98f;hp=17d3170beaf4ce1304feb2da5584332a19d2250c;hb=44b3014bce798789e795242d1556cb7449e6386a;hpb=4f6e4488a55f7e3ba3f7485d78177f793c0eab9a diff --git a/src/moof/thread.hh b/src/moof/thread.hh index 17d3170..af251e1 100644 --- a/src/moof/thread.hh +++ b/src/moof/thread.hh @@ -10,11 +10,6 @@ #ifndef _MOOF_THREAD_HH_ #define _MOOF_THREAD_HH_ -/** - * \file thread.hh - * Light C++ wrapper around the SDL threads API. - */ - #include #include #include @@ -24,6 +19,11 @@ #include +/** + * \file thread.hh + * Light C++ wrapper around the SDL threads API. + */ + namespace moof {