MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / GetFile

Method GetFile

Source/InstrumentFileTree.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25#include "InstrumentFileTree.h"
26
27CStringW CInstrumentFileTree::GetFile(int Index) const
28{
29 ASSERT(Index >= MENU_BASE + 2);
30 return m_fileList[Index - MENU_BASE - 2];
31}
32
33void CInstrumentFileTree::Changed()
34{

Callers 1

OnLoadInstrumentMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected