move SDL_Surface_Deleter and SDL_Texture_Deleter

This commit is contained in:
scawful
2024-08-09 19:16:09 -04:00
parent a41ee8f9c4
commit 579a7a9607
3 changed files with 26 additions and 17 deletions

View File

@@ -16,6 +16,9 @@ namespace yaze {
namespace app {
namespace gfx {
using core::SDL_Surface_Deleter;
using core::SDL_Texture_Deleter;
namespace {
void GrayscalePalette(SDL_Palette *palette) {
for (int i = 0; i < 8; i++) {