From c942b3177cae5d1688a7d8288edc5f0611e9024b Mon Sep 17 00:00:00 2001 From: Danilo Date: Fri, 6 Sep 2024 22:14:36 -0300 Subject: [PATCH] Renomeia arquivo xna.hpp para framework.hpp --- includes/xna-dx/{xna-dx.hpp => framework.hpp} | 0 includes/xna-dx/headers.hpp | 2 +- includes/xna/{xna.hpp => framework.hpp} | 0 samples/01_blank/xna.cpp | 2 +- samples/02_PlatfformerStarterKit/headers.hpp | 2 +- 5 files changed, 3 insertions(+), 3 deletions(-) rename includes/xna-dx/{xna-dx.hpp => framework.hpp} (100%) rename includes/xna/{xna.hpp => framework.hpp} (100%) diff --git a/includes/xna-dx/xna-dx.hpp b/includes/xna-dx/framework.hpp similarity index 100% rename from includes/xna-dx/xna-dx.hpp rename to includes/xna-dx/framework.hpp diff --git a/includes/xna-dx/headers.hpp b/includes/xna-dx/headers.hpp index e88b961..baaaebd 100644 --- a/includes/xna-dx/headers.hpp +++ b/includes/xna-dx/headers.hpp @@ -51,7 +51,7 @@ //Xna -#include "xna/xna.hpp" +#include "xna/framework.hpp" //---------------- USINGS ----------------// diff --git a/includes/xna/xna.hpp b/includes/xna/framework.hpp similarity index 100% rename from includes/xna/xna.hpp rename to includes/xna/framework.hpp diff --git a/samples/01_blank/xna.cpp b/samples/01_blank/xna.cpp index cc68a70..13b642b 100644 --- a/samples/01_blank/xna.cpp +++ b/samples/01_blank/xna.cpp @@ -2,7 +2,7 @@ // #include "xna/xna.hpp" -#include "xna/xna-dx.hpp" +#include "xna-dx/framework.hpp" using namespace std; using namespace xna; diff --git a/samples/02_PlatfformerStarterKit/headers.hpp b/samples/02_PlatfformerStarterKit/headers.hpp index ca5e858..5f42ac2 100644 --- a/samples/02_PlatfformerStarterKit/headers.hpp +++ b/samples/02_PlatfformerStarterKit/headers.hpp @@ -1 +1 @@ -#include "xna/xna-dx.hpp" \ No newline at end of file +#include "xna-dx/framework.hpp" \ No newline at end of file