diff options
| author | polwex <polwex@sortug.com> | 2025-10-06 01:01:41 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-10-06 01:01:41 +0700 |
| commit | c4b392a179048f936c062f5ffccc2bc25627e500 (patch) | |
| tree | 09be0904be8ec4d7ea52992ef7580d42ed0c28c1 /vere/pkg/noun/noun.h | |
working
Diffstat (limited to 'vere/pkg/noun/noun.h')
| -rw-r--r-- | vere/pkg/noun/noun.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/vere/pkg/noun/noun.h b/vere/pkg/noun/noun.h new file mode 100644 index 0000000..965330a --- /dev/null +++ b/vere/pkg/noun/noun.h @@ -0,0 +1,26 @@ +/// @file + +#ifndef U3_NOUN_H +#define U3_NOUN_H + +#include "allocate.h" +#include "hashtable.h" +#include "error.h" +#include "jets.h" +#include "jets/k.h" +#include "jets/q.h" +#include "manage.h" +#include "options.h" +#include "serial.h" +#include "types.h" +#include "vortex.h" +#include "zave.h" +#include "imprison.h" +#include "log.h" +#include "nock.h" +#include "retrieve.h" +#include "trace.h" +#include "urth.h" +#include "xtract.h" + +#endif /* ifndef U3_NOUN_H */ |
