diff options
Diffstat (limited to 'include/user/paf.h')
-rw-r--r-- | include/user/paf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/user/paf.h b/include/user/paf.h index b0cc028..944616d 100644 --- a/include/user/paf.h +++ b/include/user/paf.h @@ -59,9 +59,11 @@ namespace paf { namespace graphics { + class TextObj; class MemoryPool; class Surface; class Texture; + class DrawQueue; } namespace datetime { @@ -102,6 +104,7 @@ namespace paf { #include <paf/misc.h> #include <paf/resource.h> #include <paf/thread.h> +#include <paf/lowlayer.h> #endif /* _VDSUITE_USER_PAF_H */ |