more updates

This commit is contained in:
Ikatono
2024-05-22 01:19:23 -05:00
parent fac2260a01
commit 23068db95f
19 changed files with 416 additions and 115 deletions

18
tierplaceholder.hpp Normal file
View File

@@ -0,0 +1,18 @@
#ifndef TIERPLACEHOLDER_HPP
#define TIERPLACEHOLDER_HPP
#include <QWidget>
class TierPlaceholder : public QWidget
{
Q_OBJECT
public:
explicit TierPlaceholder(QWidget *parent = nullptr);
public slots:
void cardResize(QSize newSize);
signals:
};
#endif // TIERPLACEHOLDER_HPP