mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-03 13:41:15 +00:00
format
This commit is contained in:
parent
ffd23424a6
commit
9250749c0f
@ -1,9 +1,8 @@
|
|||||||
#if !defined(AFX_ABOUTDLG_H)
|
#if !defined(AFX_ABOUTDLG_H)
|
||||||
#define AFX_ABOUTDLG_H
|
#define AFX_ABOUTDLG_H
|
||||||
|
|
||||||
#include "common.h"
|
|
||||||
|
|
||||||
#include "afxwin.h"
|
#include "afxwin.h"
|
||||||
|
#include "common.h"
|
||||||
#include "compat.h"
|
#include "compat.h"
|
||||||
#include "res/resource.h"
|
#include "res/resource.h"
|
||||||
|
|
||||||
|
|||||||
@ -1,9 +1,8 @@
|
|||||||
#if !defined(AFX_MAINDLG_H)
|
#if !defined(AFX_MAINDLG_H)
|
||||||
#define AFX_MAINDLG_H
|
#define AFX_MAINDLG_H
|
||||||
|
|
||||||
#include "common.h"
|
|
||||||
|
|
||||||
#include "afxwin.h"
|
#include "afxwin.h"
|
||||||
|
#include "common.h"
|
||||||
#include "compat.h"
|
#include "compat.h"
|
||||||
#include "decomp.h"
|
#include "decomp.h"
|
||||||
#include "res/resource.h"
|
#include "res/resource.h"
|
||||||
|
|||||||
@ -1,16 +1,18 @@
|
|||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
|
|
||||||
// FUNCTION: CONFIG 0x00402ca0
|
// FUNCTION: CONFIG 0x00402ca0
|
||||||
void CSerializer::Serialize(CArchive& ar) {
|
void CSerializer::Serialize(CArchive& ar)
|
||||||
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: CONFIG 0x00402cb0
|
// FUNCTION: CONFIG 0x00402cb0
|
||||||
void CSerializer::AssertValid() const {
|
void CSerializer::AssertValid() const
|
||||||
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: CONFIG 0x00402cc0
|
// FUNCTION: CONFIG 0x00402cc0
|
||||||
void CSerializer::Dump(CDumpContext& dc) const {
|
void CSerializer::Dump(CDumpContext& dc) const
|
||||||
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: CONFIG 0x00403c90
|
// FUNCTION: CONFIG 0x00403c90
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
#ifndef AFX_COMMON_H
|
#ifndef AFX_COMMON_H
|
||||||
#define AFX_COMMON_H
|
#define AFX_COMMON_H
|
||||||
|
|
||||||
#include <afxwin.h>
|
|
||||||
|
|
||||||
#include "compat.h"
|
#include "compat.h"
|
||||||
|
|
||||||
|
#include <afxwin.h>
|
||||||
|
|
||||||
class CSerializer {
|
class CSerializer {
|
||||||
public:
|
public:
|
||||||
void Serialize(CArchive& ar);
|
void Serialize(CArchive& ar);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user