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

Method CDialogAbout

ReClass/DialogAbout.cpp:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#pragma comment(lib, "version.lib")
6
7CDialogAbout::CDialogAbout( ) : CDialogEx( CDialogAbout::IDD )
8{
9}
10
11BEGIN_MESSAGE_MAP( CDialogAbout, CDialogEx )
12END_MESSAGE_MAP( )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected