mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +02:00
Fixed a few includes
This commit is contained in:
parent
04985fce2f
commit
16642621db
@ -6,7 +6,7 @@
|
||||
#include "CGeneralTextHandler.h"
|
||||
#include "CLodHandler.h"
|
||||
#include "CAbilityHandler.h"
|
||||
#include "SDL_Extensions.h"
|
||||
#include "../SDL_Extensions.h"
|
||||
#include <cmath>
|
||||
#include <iomanip>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include "SDL.h"
|
||||
#include "../int3.h"
|
||||
#include "CAmbarCendamo.h"
|
||||
#include "CGameInterface.h"
|
||||
#include "../CGameInterface.h"
|
||||
|
||||
class CHeroClass;
|
||||
class CObjectInstance;
|
||||
|
Loading…
Reference in New Issue
Block a user