summaryrefslogtreecommitdiff
path: root/vere/pkg/ur/ur.h
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-10-06 01:01:41 +0700
committerpolwex <polwex@sortug.com>2025-10-06 01:01:41 +0700
commitc4b392a179048f936c062f5ffccc2bc25627e500 (patch)
tree09be0904be8ec4d7ea52992ef7580d42ed0c28c1 /vere/pkg/ur/ur.h
working
Diffstat (limited to 'vere/pkg/ur/ur.h')
-rw-r--r--vere/pkg/ur/ur.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/vere/pkg/ur/ur.h b/vere/pkg/ur/ur.h
new file mode 100644
index 0000000..cfa0c47
--- /dev/null
+++ b/vere/pkg/ur/ur.h
@@ -0,0 +1,11 @@
+/// @file
+
+#ifndef UR_H
+#define UR_H
+
+#include "bitstream.h"
+#include "defs.h"
+#include "hashcons.h"
+#include "serial.h"
+
+#endif /* ifndef UR_H */