diff options
Diffstat (limited to 'src/runtime/c/pgf/pgf.h')
| -rw-r--r-- | src/runtime/c/pgf/pgf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/runtime/c/pgf/pgf.h b/src/runtime/c/pgf/pgf.h index 91659d95e..e14b4c8c8 100644 --- a/src/runtime/c/pgf/pgf.h +++ b/src/runtime/c/pgf/pgf.h @@ -69,6 +69,9 @@ pgf_read(GuIn* in, GuPool* pool, GuExn* err); */ +bool +pgf_load_meta_child_probs(PgfPGF*, const char* fpath, GuPool* pool); + #include <gu/type.h> extern GU_DECLARE_TYPE(PgfPGF, struct); |
