mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
6 lines
96 B
C++
6 lines
96 B
C++
#pragma once
|
|
|
|
namespace geode::modifier {
|
|
template <uint32_t Id>
|
|
uintptr_t address();
|
|
}
|