ref: 53456ab178ac8f0e9399af1cf87122a2fc479fe8
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