From d1f194e91d079cc5d4a1bf2dabb72a672890399e Mon Sep 17 00:00:00 2001 From: Danilo Date: Fri, 6 Sep 2024 22:26:31 -0300 Subject: [PATCH] =?UTF-8?q?Corrige=20chamada=20de=20cabe=C3=A7alho?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- samples/02_PlatfformerStarterKit/extensions.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/02_PlatfformerStarterKit/extensions.hpp b/samples/02_PlatfformerStarterKit/extensions.hpp index d578bd4..789b478 100644 --- a/samples/02_PlatfformerStarterKit/extensions.hpp +++ b/samples/02_PlatfformerStarterKit/extensions.hpp @@ -1,7 +1,7 @@ #ifndef PLATFORMSTARTERKIT_EXTENSIONS_HPP #define PLATFORMSTARTERKIT_EXTENSIONS_HPP -#include "xna/xna.hpp" +#include "headers.hpp" namespace PlatformerStarterKit { struct RectangleExtensions {