mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 13:55:36 +08:00
Add missing header guard
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
// SPDX-FileCopyrightText: Copyright (C) 2014 swift Project Community / Contributors
|
// SPDX-FileCopyrightText: Copyright (C) 2014 swift Project Community / Contributors
|
||||||
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
||||||
|
|
||||||
|
#ifndef BLACKSIMPLUGIN_FS9_LOBBYCLIENT_H
|
||||||
|
#define BLACKSIMPLUGIN_FS9_LOBBYCLIENT_H
|
||||||
|
|
||||||
#include "callbackwrapper.h"
|
#include "callbackwrapper.h"
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <dplay8.h>
|
#include <dplay8.h>
|
||||||
@@ -63,3 +66,5 @@ namespace BlackSimPlugin::Fs9
|
|||||||
static const size_t m_maxSizePlayerName = 14;
|
static const size_t m_maxSizePlayerName = 14;
|
||||||
};
|
};
|
||||||
} // ns
|
} // ns
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user