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

Corrige chamada de cabeçalho

This commit is contained in:
Danilo 2024-09-06 22:26:31 -03:00
parent 5520b7e9b0
commit d1f194e91d

View File

@ -1,7 +1,7 @@
#ifndef PLATFORMSTARTERKIT_EXTENSIONS_HPP
#define PLATFORMSTARTERKIT_EXTENSIONS_HPP
#include "xna/xna.hpp"
#include "headers.hpp"
namespace PlatformerStarterKit {
struct RectangleExtensions {