servatrice/common/server_arrowtarget.h
2014-07-08 22:53:02 -04:00

10 lines
147 B
C++

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