From 698eeaf7c3f0884ff743169d9cb980bb5d53c59a Mon Sep 17 00:00:00 2001 From: gingerBill Date: Tue, 13 Jul 2021 17:40:06 +0100 Subject: Add (internal flag) -show-debug-messages --- src/common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common.cpp') diff --git a/src/common.cpp b/src/common.cpp index 9d528d723..70a049dc0 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -39,7 +39,7 @@ gb_inline void zero_size(void *ptr, isize len) { i32 next_pow2(i32 n); i64 next_pow2(i64 n); isize next_pow2_isize(isize n); - +void debugf(char const *fmt, ...); template gb_inline U bit_cast(V &v) { return reinterpret_cast(v); } -- cgit v1.2.3