公告板
版本库
filestore
活动
搜索
登录
main
/
snxxz_client
少年修仙传客户端基础资源
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
0312 转移部分文件的命名空间,用于屏蔽混淆
hch
2024-05-11
eccde9043d770a64d9181c69393d3ff7c20e21bb
[snxxz_client.git]
/
HybridCLRData
/
LocalIl2CppData-WindowsEditor
/
il2cpp
/
MapFileParser
/
SymbolInfoWriter.h
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once
#include "MapFile.h"
#include <ostream>
namespace mapfileparser
{
class SymbolInfoWriter
{
public:
static void Write(std::ostream& out, const MapFile& mapFile);
};
}