ref: 4c361537432bc90685552363aa2bcc025184b452
dir: /src/ft2_scopedraw.h/
#pragma once #include <stdint.h> #include "ft2_scopes.h" typedef void (*scopeDrawRoutine)(scope_t *, uint32_t, uint32_t, uint32_t); extern const scopeDrawRoutine scopeDrawRoutineTable[12]; // ft2_scopedraw.c