mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
Remove CSerializer
This commit is contained in:
parent
9250749c0f
commit
137a1d59ee
@ -1,20 +1,5 @@
|
||||
#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()
|
||||
{
|
||||
|
||||
@ -5,13 +5,6 @@
|
||||
|
||||
#include <afxwin.h>
|
||||
|
||||
class CSerializer {
|
||||
public:
|
||||
void Serialize(CArchive& ar);
|
||||
void AssertValid() const;
|
||||
void Dump(CDumpContext& dc) const;
|
||||
};
|
||||
|
||||
class CCommonDialog : public CDialog {
|
||||
public:
|
||||
CCommonDialog(UINT nIDTemplate, CWnd* pParentWnd = NULL) : CDialog(nIDTemplate, pParentWnd) {}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user