9 lines
102 B
C
9 lines
102 B
C
|
#pragma once
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
#define Z_DEBUG_PRINT 100
|
||
|
|
||
|
uint64_t ZDebug(const char* message);
|
||
|
|