mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-20 03:37:49 +00:00
common: Rename NON_COPYABLE/NON_MOVABLE with YUZU_ prefix.
This commit is contained in:
parent
4149670ee8
commit
5b894b28d6
5 changed files with 11 additions and 11 deletions
|
@ -25,8 +25,8 @@ class Layer;
|
|||
|
||||
/// Represents a single display type
|
||||
class Display {
|
||||
NON_COPYABLE(Display);
|
||||
NON_MOVEABLE(Display);
|
||||
YUZU_NON_COPYABLE(Display);
|
||||
YUZU_NON_MOVEABLE(Display);
|
||||
|
||||
public:
|
||||
/// Constructs a display with a given unique ID and name.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue