mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-14 08:30:58 +00:00
8 lines
217 B
C
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);
|