1
0
mirror of https://github.com/borgesdan/xn65 synced 2024-12-29 21:54:47 +01:00

Renomeia arquivo xna.hpp para framework.hpp

This commit is contained in:
Danilo 2024-09-06 22:14:36 -03:00
parent 82a1a82f4b
commit c942b3177c
5 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@
//Xna
#include "xna/xna.hpp"
#include "xna/framework.hpp"
//---------------- USINGS ----------------//

View File

@ -2,7 +2,7 @@
//
#include "xna/xna.hpp"
#include "xna/xna-dx.hpp"
#include "xna-dx/framework.hpp"
using namespace std;
using namespace xna;

View File

@ -1 +1 @@
#include "xna/xna-dx.hpp"
#include "xna-dx/framework.hpp"