Sanejar codi

This commit is contained in:
2025-02-21 14:45:41 +01:00
parent ec73c5fa30
commit 6bb877b510
10 changed files with 98 additions and 107 deletions

View File

@@ -10,8 +10,8 @@
class Asset;
class Notify;
#define FILTER_NEAREST 0
#define FILTER_LINEAL 1
constexpr int FILTER_NEAREST = 0;
constexpr int FILTER_LINEAR = 1;
class Screen
{