arrows can target players now

This commit is contained in:
Max-Wilhelm Bruker
2010-06-27 17:56:09 +02:00
parent cbf201ed9b
commit 61b82bd6f9
25 changed files with 802 additions and 489 deletions

View File

@@ -1,7 +1,7 @@
#ifndef PLAYER_H
#define PLAYER_H
#include <QObject>
#include "server_arrowtarget.h"
#include <QString>
#include <QList>
#include <QMap>
@@ -15,7 +15,7 @@ class Server_ProtocolHandler;
class ProtocolItem;
class ServerInfo_PlayerProperties;
class Server_Player : public QObject {
class Server_Player : public Server_ArrowTarget {
Q_OBJECT
private:
Server_Game *game;