mirror of
https://github.com/zeldaret/tp
synced 2026-08-29 09:10:04 -04:00
begin adding d_com_inf_game, add include guards to headers
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#ifndef D_SAVE_H_
|
||||
#define D_SAVE_H_
|
||||
|
||||
#include "dolphin/types.h"
|
||||
#define MAX_BOTTLES 4
|
||||
#define MAX_ITEM_SLOTS 24
|
||||
@@ -409,10 +412,10 @@ class dSv_player_config_c {
|
||||
class dSv_player_c {
|
||||
public:
|
||||
void init(void);
|
||||
inline dSv_player_info_c& getPlayerInfo() {
|
||||
dSv_player_info_c& getPlayerInfo() {
|
||||
return player_info;
|
||||
}
|
||||
inline dSv_player_status_a_c getPlayerStatusA() {
|
||||
dSv_player_status_a_c getPlayerStatusA() {
|
||||
return player_status_a;
|
||||
}
|
||||
|
||||
@@ -661,4 +664,6 @@ class dSv_info_c {
|
||||
dSv_restart_c restart;
|
||||
dSv_event_c events;
|
||||
dSv_turnRestart_c turn_restart;
|
||||
};
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user