(Dimension dim /* int *w, *h */, String name)
| 76 | void RenderFrame(refdef_t fd); |
| 77 | |
| 78 | void DrawGetPicSize(Dimension dim /* int *w, *h */, String name); |
| 79 | // will return 0 0 if not found |
| 80 | void DrawPic(int x, int y, String name); |
| 81 | void DrawStretchPic(int x, int y, int w, int h, String name); |
no outgoing calls