Files
scufpong/subprojects/scufeng/include/scufeng/text.h
T
2026-09-16 11:46:41 +03:00

13 lines
216 B
C

#ifndef SCUFENG_TEXT_H_
#define SCUFENG_TEXT_H_
#include "scufeng/engine.h"
SEResult se_font_load(
const char *path,
const unsigned int pixel_w,
const unsigned int pixel_h
);
#endif // SCUFENG_TEXT_H_