[nostalgia/core] Remove attribute list from Context friend function
This commit is contained in:
parent
a3643a4036
commit
73dba0ce86
@ -27,7 +27,6 @@ class Drawer {
|
||||
class Context {
|
||||
friend constexpr void setApplicationData(Context *ctx, void *applicationData) noexcept;
|
||||
template<typename T>
|
||||
[[nodiscard]]
|
||||
friend constexpr T *applicationData(Context *ctx) noexcept;
|
||||
friend bool bgStatus(Context *ctx, unsigned bg) noexcept;
|
||||
friend common::Size getScreenSize(Context *ctx) noexcept;
|
||||
|
Loading…
Reference in New Issue
Block a user