Files
Terrarum-sans-bitmap/Autokem/apply.h

9 lines
184 B
C

#ifndef APPLY_H
#define APPLY_H
/* Apply trained model to a spritesheet.
Creates .bak backup, then writes predicted kerning bits. */
int apply_model(const char *tga_path);
#endif