WID comments
[Lilanci.git] / font.h
blob4b566ccf6f0d5ddfeb5a39bf8c336331b0e8fbcd
1 #pragma once
2 #include <SDL/SDL.h>
4 int RegenerateFonts();
5 int DrawTextsOnLayer(int i);
6 int DrawRestOfTexts();
7 int FontInit();
8 int FontKill();
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();