fix header path

This commit is contained in:
Chris Cromer 2022-04-22 21:45:46 -04:00
parent e5c4e54fe4
commit 8b251776a0
Signed by: cromer
GPG Key ID: FA91071797BEEEC2
1 changed files with 1 additions and 1 deletions

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>