mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
move common server files
This commit is contained in:
parent
46f68115b2
commit
8772f02a78
29 changed files with 0 additions and 0 deletions
11
common/server/game/server_arrowtarget.h
Normal file
11
common/server/game/server_arrowtarget.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#ifndef SERVER_ARROWTARGET_H
|
||||
#define SERVER_ARROWTARGET_H
|
||||
|
||||
#include <QObject>
|
||||
|
||||
class Server_ArrowTarget : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue