Port to SDL2
FossilOrigin-Name: 42d4b57828b48b9e38d8be3edcebca4c7cbca9948d8792a320df1f92c13465be
This commit is contained in:
parent
c3cd8d4fac
commit
3a1bbe3110
7 changed files with 52 additions and 84 deletions
|
@ -142,7 +142,8 @@ extern int isoccluded(float vx, float vy, float cx, float cy, float csize);
|
|||
// main
|
||||
extern void fatal(OFString *s, OFString *o = @"");
|
||||
extern void *alloc(int s);
|
||||
extern void keyrepeat(bool on);
|
||||
extern SDL_Window *window;
|
||||
extern bool keyrepeat;
|
||||
|
||||
// rendertext
|
||||
extern void draw_text(char *str, int left, int top, int gl_num);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue