From eb31b6d25af2b707f04fe71fb70341c889645101 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 27 Feb 2023 11:47:52 +0100 Subject: test: add sprite bitmap test --- test/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/main.cpp') diff --git a/test/main.cpp b/test/main.cpp index c01f09f0..2187ba21 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -25,6 +25,7 @@ int test_app::exec() test_serializer(); test_entity(); test_loader(); + test_bitmask(); return 0; } -- cgit v1.2.3