- No se, molts canvis i coses
This commit is contained in:
8
source/japi/font.h
Normal file
8
source/japi/font.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
namespace font
|
||||
{
|
||||
void load(const char* filename);
|
||||
void print(const char* text, int x, int y);
|
||||
const int len(const char *text);
|
||||
}
|
||||
Reference in New Issue
Block a user