mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-22 21:17:14 +00:00
Named recompiled entry point
This commit is contained in:
@@ -12,10 +12,10 @@ enum SymbolType
|
||||
|
||||
struct Symbol
|
||||
{
|
||||
std::string name{};
|
||||
mutable std::string name{};
|
||||
uint32_t address{};
|
||||
uint32_t size{};
|
||||
SymbolType type{};
|
||||
mutable SymbolType type{};
|
||||
};
|
||||
|
||||
struct SymbolComparer
|
||||
|
Reference in New Issue
Block a user