shithub: ft²

ref: 178bdf8be18b8056ba13e0b281246cfbaca666ca
dir: /src/scopes/ft2_scopedraw.h/

View raw version
#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);