mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-12 15:49:28 -08:00
11 lines
144 B
C++
11 lines
144 B
C++
#ifndef SERVER_ARROWTARGET_H
|
|
#define SERVER_ARROWTARGET_H
|
|
|
|
#include <QObject>
|
|
|
|
class Server_ArrowTarget : public QObject {
|
|
Q_OBJECT
|
|
};
|
|
|
|
#endif
|