From 2bf7390f978b6076722050061b364a3944b96ad5 Mon Sep 17 00:00:00 2001 From: Hayodea Hakol Date: Fri, 15 Aug 2025 09:43:38 -0400 Subject: [PATCH] Rename implexa.h => mentenon.h --- smocore/include/{implexa.h => mentenon.h} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename smocore/include/{implexa.h => mentenon.h} (91%) diff --git a/smocore/include/implexa.h b/smocore/include/mentenon.h similarity index 91% rename from smocore/include/implexa.h rename to smocore/include/mentenon.h index 52794cd..b7e1c73 100644 --- a/smocore/include/implexa.h +++ b/smocore/include/mentenon.h @@ -1,5 +1,5 @@ -#ifndef _IMPLEXA_H -#define _IMPLEXA_H +#ifndef _MENTENON_H +#define _MENTENON_H #include "mentalEntity.h" @@ -38,4 +38,4 @@ typedef ArtificedMentalPhenomenon Artifenon; } // namespace smo -#endif // _IMPLEXA_H +#endif // _MENTENON_H