merge Ep3 ServerBase and Server into one class

This commit is contained in:
Martin Michelsen
2023-09-09 10:13:51 -07:00
parent a40d1ad851
commit f8198580dd
17 changed files with 476 additions and 452 deletions
+3
View File
@@ -6,6 +6,7 @@
#include "../PSOEncryption.hh"
#include "../Text.hh"
#include "DataIndexes.hh"
namespace Episode3 {
@@ -93,6 +94,8 @@ public:
void shuffle();
void do_mulligan();
void print(FILE* stream, std::shared_ptr<const CardIndex> card_index = nullptr) const;
private:
struct CardEntry {
uint16_t card_id;