mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 08:20:40 +00:00
[client] Make the hud update function type explicit
This commit is contained in:
parent
99e12872e5
commit
5f01dc9fb5
2 changed files with 5 additions and 1 deletions
|
@ -28,6 +28,8 @@
|
|||
#ifndef __client_hud_h
|
||||
#define __client_hud_h
|
||||
|
||||
struct view_s;
|
||||
|
||||
enum {
|
||||
hud_href,
|
||||
hud_update,
|
||||
|
@ -43,6 +45,8 @@ enum {
|
|||
hud_comp_count
|
||||
};
|
||||
|
||||
typedef void (*hud_update_f) (struct view_s);
|
||||
|
||||
typedef struct hud_subpic_s {
|
||||
struct qpic_s *pic;
|
||||
uint32_t x, y;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue