mirror of
https://github.com/curioustorvald/Terrarum-sans-bitmap.git
synced 2026-03-07 11:51:50 +09:00
9 lines
184 B
C
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
|