This commit is contained in:
2021-03-17 13:51:01 +01:00
parent 965ed711f7
commit 8099e6dab6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
#include "const.h" #include "const.h"
#include "struct.h" #include "utils.h"
#include "gamedirector.h" #include "gamedirector.h"
#include <iostream> #include <iostream>

View File

@@ -1,5 +1,5 @@
#pragma once #pragma once
#include "struct.h" #include "utils.h"
#include "animatedsprite.h" #include "animatedsprite.h"
#ifndef SMARTSPRITE_H #ifndef SMARTSPRITE_H