ref: 60d213d2a215dc1c764507b51a065d81b6a2a8d7
dir: /src/scopes/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 bool calcScopeIntrpLUT(void); void freeScopeIntrpLUT(void);