ref: eaee288d876e3dd4e2fc0fa7ee9ab17bf8d1eb6c
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