mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
Formatting.
This commit is contained in:
+3
-1
@@ -237,7 +237,9 @@ namespace mob {
|
||||
conf_paths();
|
||||
|
||||
#define VALUE(NAME) \
|
||||
fs::path NAME() const {return get(#NAME); \
|
||||
fs::path NAME() const \
|
||||
{ \
|
||||
return get(#NAME); \
|
||||
}
|
||||
|
||||
VALUE(third_party);
|
||||
|
||||
Reference in New Issue
Block a user