mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 00:27:42 +00:00
Additional HUD work
This commit is contained in:
@@ -87,5 +87,30 @@ void CScanDisplay::StartScan(TUniqueId id, const CScannableObjectInfo& scanInfo,
|
||||
void CScanDisplay::StopScan()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void CScanDisplay::InitializeFrame(float)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void CScanDisplay::Update(float, float)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void CScanDisplay::SetBackgroundBucketOccluded(s32, float)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
bool CScanDisplay::PanelCoversBucketBackground(CScannableObjectInfo::EPanelType, s32)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void CScanDisplay::Draw() const
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user