~ubuntu-branches/ubuntu/precise/pokerth/precise-proposed

« back to all changes in this revision

Viewing changes to src/engine/handinterface.h

  • Committer: Bazaar Package Importer
  • Author(s): Evgeni Golov
  • Date: 2009-06-26 00:23:56 UTC
  • mfrom: (1.1.7 upstream) (5.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090626002356-p3nrzdhhqwk5gpf0
Tags: 0.7.1-1
* New upstream release.
* debian/control:
  + Build-Depend on unversioned boost packages again.
    Closes: #531119, #534086
  + Improve pokerth-server description, one does not need the package
    for one-table games.
  + Standards-Version: 3.8.2, no changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef HANDINTERFACE_H
21
21
#define HANDINTERFACE_H
22
22
 
23
 
#include <vector>
24
 
 
25
 
#include <boost/shared_ptr.hpp>
26
 
 
27
23
#include "guiinterface.h"
28
24
#include "boardinterface.h"
29
25
#include "playerinterface.h"