Add a debug output utility.
This commit is contained in:
parent
c2af2eee97
commit
872e6f3392
4 changed files with 24 additions and 4 deletions
3
zion/debug/debug.h
Normal file
3
zion/debug/debug.h
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#pragma once
|
||||
|
||||
void dbgln(const char *str);
|
||||
Loading…
Add table
Add a link
Reference in a new issue