[nostalgia/core/studio] Add some missing nodiscards
This commit is contained in:
parent
40ce78c684
commit
f34a09351f
@ -76,6 +76,7 @@ class TileSheetGrid {
|
||||
|
||||
void setBufferObjects(const NostalgiaGraphic &img, glutils::BufferSet *bg) noexcept;
|
||||
|
||||
[[nodiscard]]
|
||||
class ImVec2 pixelSize() const noexcept;
|
||||
|
||||
};
|
||||
|
@ -55,7 +55,8 @@ class TileSheetPixels {
|
||||
|
||||
void setBufferObjects(const NostalgiaGraphic &img, const NostalgiaPalette &pal, glutils::BufferSet *bg) noexcept;
|
||||
|
||||
class ImVec2 pixelSize() const noexcept;
|
||||
[[nodiscard]]
|
||||
ImVec2 pixelSize() const noexcept;
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user