move sdl_delete.h to platform

This commit is contained in:
scawful
2025-01-06 13:23:07 -05:00
parent b3bc05e620
commit 65be2d0bd2
4 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
#include "absl/status/status.h"
#include "absl/strings/str_format.h"
#include "app/core/utils/sdl_deleter.h"
#include "app/core/platform/sdl_deleter.h"
#include "app/gfx/bitmap.h"
namespace yaze {