mirror of
https://github.com/vcmi/vcmi.git
synced 2025-02-19 19:10:20 +02:00
10 lines
212 B
C++
10 lines
212 B
C++
#include "../stdafx.h"
|
|
#include "CAbilityHandler.h"
|
|
#include "../CGameInfo.h"
|
|
#include "CGeneralTextHandler.h"
|
|
#include "CLodHandler.h"
|
|
#include "CDefHandler.h"
|
|
|
|
void CAbilityHandler::loadAbilities()
|
|
{
|
|
} |