acadia/zion/include/zcall.h
Drew Galbraith a06c9dced4 Add thread and process states.
Add a thread exit call.
2023-05-29 13:51:03 -07:00

8 lines
129 B
C

#pragma once
#include <stdint.h>
#define Z_THREAD_EXIT 0x01
#define Z_DEBUG_PRINT 0x100
uint64_t ZDebug(const char* message);