Locale -> "Destination"; feels like a much better term to use

This commit is contained in:
2025-12-07 01:57:29 -05:00
parent fef1ff50e3
commit e6a4e5af35
7 changed files with 29 additions and 28 deletions
+3 -3
View File
@@ -41,12 +41,12 @@ namespace anm2ed::types::shortcut
};
}
namespace anm2ed::types::locale
namespace anm2ed::types::destination
{
enum Type
{
LOCAL,
GLOBAL
ALL,
THIS
};
}