correct core module with new types

This commit is contained in:
2010-08-23 14:40:52 +03:00
parent 191e5ed1a1
commit 9c8f9fb98c
15 changed files with 146 additions and 103 deletions

View File

@@ -1,9 +1,7 @@
#ifndef PLAYER_H
#define PLAYER_H
#include <QObject>
#include "map.h"
#include "base_types.h"
class Player : public QObject
{