You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
9 lines
155 B
C
9 lines
155 B
C
#ifndef S2D_ERROR_H
|
|
#define S2D_ERROR_H
|
|
|
|
extern int s2d_check_align(int align);
|
|
extern int s2d_check_str(const char *str);
|
|
|
|
extern int s2d_error_y;
|
|
|
|
#endif |