diff options
| author | 2024-01-02 20:58:01 -0600 | |
|---|---|---|
| committer | 2024-01-02 20:58:01 -0600 | |
| commit | e627848dcf58aa00f4eb5dc465c4a804d6576877 (patch) | |
| tree | 83d4c1c6e1ef13ed38e337b687cc7e223e3d8064 /src/command.h | |
| parent | now loads libraries (diff) | |
library downloads complete
Diffstat (limited to 'src/command.h')
| -rw-r--r-- | src/command.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h index 76a9166..abd7d55 100644 --- a/src/command.h +++ b/src/command.h @@ -54,6 +54,9 @@ enum { #define CMD_WARN(_s, ...) CMD_MSG("warn", _s, __VA_ARGS__) #define CMD_WARN0(_s) CMD_MSG0("warn", _s) +#define CMD_INFO(_s, ...) CMD_MSG("info", _s, __VA_ARGS__) +#define CMD_INFO0(_s) CMD_MSG0("info", _s) + #ifdef NDEBUG #define CMD_DEBUG(_s, ...) #define CMD_DEBUG0(_s) |
