From db9616d659ada9b2c6c30cb01781a17d40f5a5fe Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sat, 30 May 2026 11:36:17 +0200 Subject: [PATCH] AGENTS: include m_ rule --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 449b92109..b9aa0ced5 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -24,6 +24,7 @@ - class: `CMyClass` - struct: `SMyStruct` - interface: `IMyInterface` + - class (not struct) member variables: `m_variable` - Do not use absolute includes from `src/` in headers: instead of `#include "a/b.hpp"` use `#include "../a/b.hpp"` for example. Protocol headers do not require this. ## Core code guidelines