mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-28 08:48:48 +02:00
ba9b58d3a4
* reading BALLIST.TXT * minor changes
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()
|
|
{
|
|
} |