0
0
Fork 0
mirror of https://github.com/ZDoom/raze-gles.git synced 2025-01-19 22:00:49 +00:00
raze-gles/source/core/gamehud.h

9 lines
221 B
C
Raw Normal View History

#pragma once
#include "v_2ddrawer.h"
extern F2DDrawer twodpsp;
void DrawRateStuff();
void hud_drawsprite(double sx, double sy, double sz, double a, int picnum, int dashade, int dapalnum, int dastat, double alpha = 1);