Header files cleanup work.
This commit is contained in:
@@ -35,6 +35,14 @@
|
||||
#define POKERTH_BETA_REVISION 1
|
||||
#define POKERTH_BETA_RELEASE_STRING "0.8-beta1"
|
||||
|
||||
#define RANKING_GAME_START_CASH 10000
|
||||
#ifdef POKERTH_IS_08BETA
|
||||
#define RANKING_GAME_NUMBER_OF_PLAYERS 5
|
||||
#else
|
||||
#define RANKING_GAME_NUMBER_OF_PLAYERS 10
|
||||
#endif
|
||||
#define RANKING_GAME_START_SBLIND 50
|
||||
#define RANKING_GAME_RAISE_EVERY_HAND 11
|
||||
|
||||
enum ServerMode {
|
||||
SERVER_MODE_LAN,
|
||||
|
||||
@@ -25,8 +25,6 @@
|
||||
#include <string>
|
||||
#include <third_party/boost/timers.hpp>
|
||||
|
||||
#define SERVER_COMPUTER_PLAYER_NAME "Computer"
|
||||
#define SERVER_GUEST_PLAYER_NAME "Guest"
|
||||
|
||||
typedef std::list<unsigned> PlayerIdList;
|
||||
|
||||
|
||||
@@ -24,18 +24,6 @@
|
||||
#include "changecompleteblindsdialogimpl.h"
|
||||
|
||||
|
||||
#define RANKING_GAME_START_CASH 10000
|
||||
|
||||
#ifdef POKERTH_IS_08BETA
|
||||
#define RANKING_GAME_NUMBER_OF_PLAYERS 5
|
||||
#else
|
||||
#define RANKING_GAME_NUMBER_OF_PLAYERS 10
|
||||
#endif
|
||||
|
||||
#define RANKING_GAME_START_SBLIND 50
|
||||
#define RANKING_GAME_RAISE_EVERY_HAND 11
|
||||
|
||||
|
||||
createInternetGameDialogImpl::createInternetGameDialogImpl(QWidget *parent, ConfigFile *c)
|
||||
: QDialog(parent), myConfig(c), currentGuestMode(false), currentPlayerName("")
|
||||
{
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
#include <net/downloaderthread.h>
|
||||
#include <net/clientexception.h>
|
||||
#include <net/socket_msg.h>
|
||||
#include <net/net_helper.h>
|
||||
#include <core/avatarmanager.h>
|
||||
#include <core/loghelper.h>
|
||||
#include <clientenginefactory.h>
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
#include <net/netpacket.h>
|
||||
#include <net/socket_msg.h>
|
||||
#include <net/serverexception.h>
|
||||
#include <net/net_helper.h>
|
||||
#include <db/serverdbinterface.h>
|
||||
#include <core/loghelper.h>
|
||||
#include <gamedata.h>
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
#include <net/receiverhelper.h>
|
||||
#include <net/socket_msg.h>
|
||||
#include <net/chatcleanermanager.h>
|
||||
#include <net/net_helper.h>
|
||||
#include <db/serverdbinterface.h>
|
||||
#ifdef POKERTH_OFFICIAL_SERVER
|
||||
#include <dbclosed/serverdbfactoryinternal.h>
|
||||
|
||||
@@ -20,6 +20,9 @@
|
||||
#ifndef _NET_HELPER_H_
|
||||
#define _NET_HELPER_H_
|
||||
|
||||
#define SERVER_COMPUTER_PLAYER_NAME "Computer"
|
||||
#define SERVER_GUEST_PLAYER_NAME "Guest"
|
||||
|
||||
unsigned GetMaxNumberOfAvatarFiles();
|
||||
unsigned GetMaxAvatarCacheAgeSec();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user