Home
last modified time | relevance | path

Searched refs:Cons_Menu_Rect (Results 1 – 4 of 4) sorted by relevance

/dports/games/freedroid/freedroid-1.0.2/src/
H A Dvars.h50 SDL_Rect Cons_Menu_Rect = {60, 180, 100, 256}; variable
H A Dship.c449 src.w = Cons_Menu_Rect.w; in PaintConsoleMenu()
450 src.h = 4 * Cons_Menu_Rect.h; in PaintConsoleMenu()
451 SDL_BlitSurface (console_pic, &src, ne_screen, &Cons_Menu_Rect); in PaintConsoleMenu()
H A Dglobal.h61 EXTERN SDL_Rect Cons_Menu_Rect; variable
H A Dgraphics.c1320 ScaleRect (Cons_Menu_Rect, scale); in ScaleStatRects()