mirror of
https://github.com/zeldaret/ph
synced 2026-08-28 08:28:26 -04:00
Move ov004 documentation from Ghidra
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
#include "Player/HealthManager.hpp"
|
||||
|
||||
void HealthManager::Save(SaveItemManager *save) {}
|
||||
void HealthManager::IncreaseMaxHealth(s16 amount) {}
|
||||
void HealthManager::UpdateShipMaxHealth() {}
|
||||
@@ -0,0 +1,5 @@
|
||||
#include "Player/PlayerManager.hpp"
|
||||
|
||||
void PlayerManager::Save(SaveItemManager *save) {}
|
||||
void PlayerManager::IncreaseMaxHealth(s16 amount) {}
|
||||
void PlayerManager::UpdateShipMaxHealth() {}
|
||||
Reference in New Issue
Block a user