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