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