Cockatrice/common/server/game/server_arrowtarget.h
2025-09-17 14:11:05 +02:00

11 lines
147 B
C++

#ifndef SERVER_ARROWTARGET_H
#define SERVER_ARROWTARGET_H
#include <QObject>
class Server_ArrowTarget : public QObject
{
Q_OBJECT
};
#endif