13 lines
216 B
C
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_
|