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);