mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-18 22:18:19 +00:00
NOLINT bugprone-forward-declaration-namespace
This commit is contained in:
parent
ed27c49eea
commit
809ce102bd
|
@ -150,7 +150,7 @@ struct GL_SVertexTex3DStream
|
||||||
typedef void (*WINDOW_RESIZE_FUNC)(void *pUser);
|
typedef void (*WINDOW_RESIZE_FUNC)(void *pUser);
|
||||||
|
|
||||||
namespace client_data7 {
|
namespace client_data7 {
|
||||||
struct CDataSprite;
|
struct CDataSprite; // NOLINT(bugprone-forward-declaration-namespace)
|
||||||
}
|
}
|
||||||
|
|
||||||
class IGraphics : public IInterface
|
class IGraphics : public IInterface
|
||||||
|
|
Loading…
Reference in a new issue