ref: 6e5235d08c559605ce833377a7613ab601ab25aa
dir: /src/scopes/ft2_scopedraw.h/
#ifndef _ft2_scopedraw_h_ #define _ft2_scopedraw_h_ #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 #endif