mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
27 lines
471 B
C++
27 lines
471 B
C++
#include "common.h"
|
|
|
|
|
|
// FUNCTION: CONFIG 0x00402ca0
|
|
void CSerializer::Serialize(CArchive& ar) {
|
|
}
|
|
|
|
// FUNCTION: CONFIG 0x00402cb0
|
|
void CSerializer::AssertValid() const {
|
|
}
|
|
|
|
// FUNCTION: CONFIG 0x00402cc0
|
|
void CSerializer::Dump(CDumpContext& dc) const {
|
|
}
|
|
|
|
// FUNCTION: CONFIG 0x00403c90
|
|
void CCommonDialog::BeginModalState()
|
|
{
|
|
::EnableWindow(m_hWnd, FALSE);
|
|
}
|
|
|
|
// FUNCTION: CONFIG 0x00403ca0
|
|
void CCommonDialog::EndModalState()
|
|
{
|
|
::EnableWindow(m_hWnd, TRUE);
|
|
}
|