From 7cf54f48113b77a4d7b21d5858ec98862195b2a6 Mon Sep 17 00:00:00 2001 From: spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> Date: Sun, 12 Sep 2021 19:39:12 +0200 Subject: Migrated examples to CMake --- examples/graphics/render2tex/texture.s | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 examples/graphics/render2tex/texture.s (limited to 'examples/graphics/render2tex/texture.s') diff --git a/examples/graphics/render2tex/texture.s b/examples/graphics/render2tex/texture.s deleted file mode 100644 index e786dce..0000000 --- a/examples/graphics/render2tex/texture.s +++ /dev/null @@ -1,9 +0,0 @@ -# Assembler file for including the texture file in a more elegant manner - -.section .data - -.global tim_blendpattern -.type tim_blendpattern, @object -tim_blendpattern: - .incbin "blendpattern-16c.tim" - \ No newline at end of file -- cgit v1.2.3