hello Foxie here, so i have a problem with clangd's include cleaner when isolating between private and public headers (the one which exported to system include dir for other program/library to use) ...
I'm trying to write a multiplayer game, and have set up a struct to hold my packet data. This struct is about 140 bytes in size, and sometimes doesn't send all in one go. Does anyone know how to type ...