Refactor GfxContext references to use gfx::GfxContext for consistency

This commit is contained in:
scawful
2024-12-30 19:04:20 -05:00
parent 618c33f2e8
commit 96095969c6
4 changed files with 4 additions and 6 deletions

View File

@@ -404,7 +404,6 @@ struct Paletteset {
gfx::SnesPalette composite; /**< The composite palette. */
};
} // namespace gfx
/**
* @brief Shared graphical context across editors.
*/
@@ -414,8 +413,7 @@ protected:
static std::unordered_map<uint8_t, gfx::Paletteset> palettesets_;
};
} // namespace gfx
} // namespace yaze
#endif // YAZE_APP_GFX_PALETTE_H