1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-19 17:29:32 +00:00
8bitworkshop/presets/vector-ataricolor/vecfont.h
2019-04-25 12:37:53 -04:00

13 lines
173 B
C

#ifndef _VECFONT_H
#define _VECFONT_H
#include "vecops.h"
const word* const VECFONT[];
void draw_char(char ch);
void draw_string(const char* str, byte spacing);
#endif