Cockatrice/libs/server/include/server/game/server_arrowtarget.h
Lukas Brübach 408b732854 Fix pbs and some other stuff.
Took 1 hour 5 minutes
2025-10-04 20:06:57 +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