repo.or.cz
/
Lilanci.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WID comments
[Lilanci.git]
/
font.h
blob
4b566ccf6f0d5ddfeb5a39bf8c336331b0e8fbcd
1
#pragma once
2
#include <SDL/SDL.h>
3
4
int
RegenerateFonts
();
5
int
DrawTextsOnLayer
(
int
i
);
6
int
DrawRestOfTexts
();
7
int
FontInit
();
8
int
FontKill
();
9
10
void
QueueDrawTextColorize
(
char
*
text
,
double
x
,
double
y
,
int
z
,
SDL_Color c
);
11
void
QueueDrawText
(
char
*
text
,
double
x
,
double
y
,
int
z
);
12
void
PreDrawTexts
();