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
2021-04-11 08:40:18 +02:00

8 lines
217 B
C

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