fix header path

This commit is contained in:
2022-04-22 21:45:46 -04:00
parent e5c4e54fe4
commit 8b251776a0

View File

@@ -1,7 +1,7 @@
#ifndef JUEGO_STATE_H
#define JUEGO_STATE_H
#include "StateMachine.h"
#include "state_machine/StateMachine.h"
#include <Godot.hpp>
#include <Node.hpp>