~ubuntu-branches/ubuntu/trusty/manaplus/trusty

« back to all changes in this revision

Viewing changes to src/net/tmwa/beinghandler.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-11-18 15:19:44 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20131118151944-iyd93ut2rmxzp8gg
Tags: 1.3.11.10-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include "net/tmwa/beinghandler.h"
24
24
 
25
25
#include "actormanager.h"
26
 
#include "client.h"
27
26
#include "guild.h"
28
27
#include "guildmanager.h"
29
28
#include "party.h"
38
37
 
39
38
#include "resources/db/itemdb.h"
40
39
 
 
40
#include "utils/stringutils.h"
 
41
#include "utils/timer.h"
 
42
 
41
43
#include "debug.h"
42
44
 
43
45
extern Net::BeingHandler *beingHandler;
44
46
 
 
47
extern int serverVersion;
 
48
 
45
49
namespace TmwAthena
46
50
{
47
51