ref: 16c6ce7b7f1d8fc8e7a06f5e34510f129f209c68
dir: /src/ft2_sample_saver.h/
#pragma once #include <stdint.h> #include <stdbool.h> #include "ft2_unicode.h" enum { SAVE_NORMAL = 0, SAVE_RANGE = 1 }; void saveSample(UNICHAR *filenameU, bool saveAsRange);