1 Commits

Author SHA1 Message Date
8099e6dab6 v1.4 2021-03-17 13:51:01 +01:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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