shithub: ft²

ref: c151f95b68a8500612a49768cec1648c02562779
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);