You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
added s2d_print stuff to header
This commit is contained in:
@@ -17,4 +17,7 @@
|
||||
#define CH_GET_NEXT(x) (*(++x))
|
||||
#define CH_SKIP(x) {x++;}
|
||||
|
||||
extern void s2d_snprint(int x, int y, char *str, uObjMtx *buf, int len);
|
||||
extern void s2d_print(int x, int y, const char *str, uObjMtx *buf);
|
||||
extern void s2d_type_print(int x, int y, char *str, uObjMtx *buf, int *pos);
|
||||
extern void s2d_vsprint(int x, int y, uObjMtx *buf, char *str, ...);
|
||||
|
||||
Reference in New Issue
Block a user