mirror of
https://github.com/CPunch/Cosmo.git
synced 2026-02-11 13:00:05 +00:00
Initial commit
This commit is contained in:
9
src/cdebug.h
Normal file
9
src/cdebug.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef CDEBUG_H
|
||||
#define CDEBUG_H
|
||||
|
||||
#include "cchunk.h"
|
||||
|
||||
COSMO_API void disasmChunk(CChunk *chunk, const char *name, int indent);
|
||||
COSMO_API int disasmInstr(CChunk *chunk, int offset, int indent);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user