Rename these files and change ifdef guards

This commit is contained in:
2025-09-14 13:16:02 -04:00
parent da0ef64f62
commit 16865dc36f
7 changed files with 47 additions and 47 deletions
+17
View File
@@ -0,0 +1,17 @@
#ifndef _MRNTT_BODYMAP_BODY_H
#define _MRNTT_BODYMAP_BODY_H
namespace mrntt {
namespace bodyMap {
class Body
{
public:
Body() = default;
~Body() = default;
};
} // namespace bodyMap
} // namespace mrntt
#endif // _MRNTT_BODYMAP_BODY_H