This commit is contained in:
@@ -5,11 +5,11 @@
|
|||||||
#include "cutpastecommand.hpp"
|
#include "cutpastecommand.hpp"
|
||||||
|
|
||||||
namespace nostalgia::gfx {
|
namespace nostalgia::gfx {
|
||||||
|
TileSheetClipboard::Pixel::Pixel(
|
||||||
TileSheetClipboard::Pixel::Pixel(uint16_t pColorIdx, ox::Point pPt) noexcept {
|
uint16_t const pColorIdx,
|
||||||
colorIdx = pColorIdx;
|
ox::Point const pPt) noexcept:
|
||||||
pt = pPt;
|
colorIdx(pColorIdx),
|
||||||
}
|
pt(pPt) {}
|
||||||
|
|
||||||
|
|
||||||
void TileSheetClipboard::addPixel(ox::Point const &pt, uint16_t colorIdx) noexcept {
|
void TileSheetClipboard::addPixel(ox::Point const &pt, uint16_t colorIdx) noexcept {
|
||||||
|
|||||||
Reference in New Issue
Block a user