Commit 4faee52c authored by VanillaSalt's avatar VanillaSalt

remove unused type

parent 9ba2394b
...@@ -19,11 +19,6 @@ class effect; ...@@ -19,11 +19,6 @@ class effect;
class field; class field;
class interpreter; class interpreter;
struct duel_arg {
int16 start_lp;
int8 start_hand;
int8 draw_count;
};
class duel { class duel {
public: public:
typedef std::set<card*, card_sort> card_set; typedef std::set<card*, card_sort> card_set;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment