| 396 | } |
| 397 | |
| 398 | bool CFamiTrackerApp::IsThemeActive() const |
| 399 | { |
| 400 | return m_bThemeActive; |
| 401 | } |
| 402 | |
| 403 | #ifdef SUPPORT_TRANSLATIONS |
| 404 | bool GetFileVersion(LPCWSTR Filename, WORD &Major, WORD &Minor, WORD &Revision, WORD &Build) { |
no outgoing calls
no test coverage detected