summaryrefslogtreecommitdiff
path: root/lib/common.h
diff options
context:
space:
mode:
authorJoel Stålnacke <joel@saker.fi>2026-03-23 19:50:18 +0200
committerJoel Stålnacke <joel@saker.fi>2026-03-23 19:50:18 +0200
commit3a1f9fe6800ef5fe7bbf1c0a5976720383ba84fe (patch)
treef1218eb4085a654f6bb70671b41b4a74e646c052 /lib/common.h
parent3870982f640260822bf605e693782ce9f5d79cf6 (diff)
Rewrite native code in Odin and use ECSodin
Diffstat (limited to 'lib/common.h')
-rw-r--r--lib/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/common.h b/lib/common.h
deleted file mode 100644
index d6d8816..0000000
--- a/lib/common.h
+++ /dev/null
@@ -1 +0,0 @@
-#define LENGTH(x) (sizeof(x) / sizeof(x[0]))