summaryrefslogtreecommitdiff
path: root/lr.h
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@spacehb.net>2025-11-03 23:25:05 +0100
committerRaymaekers Luca <luca@spacehb.net>2025-11-03 23:25:05 +0100
commit4eb0e6ca3adea9f6139299316b0fac1f1369bd8e (patch)
treebb75b8c92c7027ceebd0486241e29640c0a08059 /lr.h
checkpoint
Diffstat (limited to 'lr.h')
-rw-r--r--lr.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/lr.h b/lr.h
new file mode 100644
index 0000000..fda0b76
--- /dev/null
+++ b/lr.h
@@ -0,0 +1,10 @@
+/* Luca Raymaekers' standard library */
+
+#ifndef LR_H
+#define LR_H
+
+#include "lr_macros.h"
+#include "lr_types.h"
+#include "lr_platform.h"
+
+#endif // LR_H