MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / CMainFrame

Method CMainFrame

ReClass/CMainFrame.cpp:84–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82
83// CMainFrame construction/destruction
84CMainFrame::CMainFrame( )
85{
86 // TODO: Add member initialization code here
87 g_ReClassApp.m_nAppLook = g_ReClassApp.GetInt( _T( "ApplicationLook" ), ID_VIEW_APPLOOK_OFF_2007_BLACK );
88}
89
90CMainFrame::~CMainFrame( )
91{

Callers

nothing calls this directly

Calls 1

GetIntMethod · 0.80

Tested by

no test coverage detected