File: plr_hudprefs.h

package info (click to toggle)
freespace2 25.0.0%2Brepack-1
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid
  • size: 47,232 kB
  • sloc: cpp: 657,500; ansic: 22,305; sh: 293; python: 200; makefile: 198; xml: 181
file content (12 lines) | stat: -rw-r--r-- 401 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _PLAYER_HUDPREFS_H
#define _PLAYER_HUDPREFS_H

// Saves the player's current HUD preferences (vis/popup/color for all gauges)
// to <callsign>.hdp
void hud_config_save_player_prefs(const char* callsign);

// Loads the player's current HUD preferences (vis/popup/color for all gauges)
// from <callsign>.hdp
void hud_config_load_player_prefs(const char* callsign);

#endif // _PLAYER_HUDPREFS_H