5 lines
131 B
C++
5 lines
131 B
C++
|
#pragma once
|
||
|
|
||
|
// external font API
|
||
|
int render_text(const char *text, unsigned int nchr, unsigned char *buffer, unsigned int nbfr);
|