10 lines
150 B
C++
10 lines
150 B
C++
#pragma once
|
|
#include <luna/StringView.h>
|
|
#include <luna/Types.h>
|
|
|
|
namespace Symbols
|
|
{
|
|
Result<void> load();
|
|
StringView lookup(u64 address);
|
|
}
|