Removing named namespace from code base.

This commit is contained in:
2026-08-22 21:39:21 -04:00
parent 678795b793
commit 4180622d6a
158 changed files with 12260 additions and 12648 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
#pragma once
#pragma once
#include <Core/Common/String.h>
#include "Database.h"
@@ -8,7 +8,7 @@ namespace Romeo
// Generates a description for the file entry using local Ollama or cloud Gemini API.
// Returns true if generation was successful and entry.Description was populated.
[[nodiscard]] bool AI_GenerateDescription(
Juliet::Arena* arena,
Arena* arena,
FileEntry& entry
);
}