shithub: ft²

ref: 55cc80be1e02ca7e0a4d5df4cd164afd701862d0
dir: /src/scopes/ft2_scopedraw.h/

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