ref: 566e7637e4cc6fff7430dabe1e58bfe7be6948ef
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