Commit aa41c5cd authored by salix5's avatar salix5

fix card_data

parent 55679708
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
#define CARD_DATA_H_ #define CARD_DATA_H_
#include "common.h" #include "common.h"
#include <vector>
constexpr int CARD_ARTWORK_VERSIONS_OFFSET = 10; constexpr int CARD_ARTWORK_VERSIONS_OFFSET = 10;
constexpr int SIZE_SETCODE = 16; constexpr int SIZE_SETCODE = 16;
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
class card; class card;
struct card_data; struct card_data;
struct card_info;
class group; class group;
class effect; class effect;
class interpreter; class interpreter;
......
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