diff options
| author | gingerBill <bill@gingerbill.org> | 2021-07-13 17:40:06 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-07-13 17:40:06 +0100 |
| commit | 698eeaf7c3f0884ff743169d9cb980bb5d53c59a (patch) | |
| tree | b1a1426b76c9f1c14c1b2abfeeb19c2bd015f0ed /src/common.cpp | |
| parent | bd954d9990460912246245d77aa47584e4912659 (diff) | |
Add (internal flag) -show-debug-messages
Diffstat (limited to 'src/common.cpp')
| -rw-r--r-- | src/common.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <typename U, typename V> gb_inline U bit_cast(V &v) { return reinterpret_cast<U &>(v); } |