diff options
author | GrapheneCt | 2021-07-15 18:41:46 -0400 |
---|---|---|
committer | Reiko Asakura | 2021-07-15 19:07:55 -0400 |
commit | 68c1219eb513acc2f24b2d41f84ded4cc2e9fab6 (patch) | |
tree | d96eb4a38a4eef4e6113c79285c93b2a27abbc9a /include/user/paf.h | |
parent | Add prototype for sceKernelIsAccessibleRangeProc (diff) | |
download | vds-libraries-68c1219eb513acc2f24b2d41f84ded4cc2e9fab6.tar.gz |
Update ScePaf
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 */ |