1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Reducing size of GUIClasses. Moved Garrison Int into a separate file.

This commit is contained in:
Ivan Savenko
2014-07-13 16:11:25 +03:00
parent 7e76a5dd0e
commit 09bedf9aa9
6 changed files with 631 additions and 594 deletions

View File

@@ -4,6 +4,11 @@
#include "SDL_Extensions.h"
#include "../CMessage.h"
IShowActivatable::IShowActivatable()
{
type = 0;
}
void ILockedUpdatable::runLocked(std::function<void(IUpdateable*)> cb)
{
boost::unique_lock<boost::recursive_mutex> lock(updateGuard);