summaryrefslogtreecommitdiff
path: root/bot/src/bundle.hpp
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-07-02 03:31:54 +0500
committerilotterytea <iltsu@alright.party>2025-07-02 03:31:54 +0500
commit79be89ad0491bfdd110b2c612e21a0f28c29fa87 (patch)
tree589daab514de11cc87e424b62d87f8cac12494ab /bot/src/bundle.hpp
parentfea3c12d6b621796bb239cebb57a5a5014dfe350 (diff)
feat: MARIADB SUPPORT!!!!
Diffstat (limited to 'bot/src/bundle.hpp')
-rw-r--r--bot/src/bundle.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/bot/src/bundle.hpp b/bot/src/bundle.hpp
index a343416..5ee0c1f 100644
--- a/bot/src/bundle.hpp
+++ b/bot/src/bundle.hpp
@@ -5,6 +5,10 @@ namespace bot {
class CommandLoader;
}
+ namespace loc {
+ class Localization;
+ }
+
class InstanceBundle;
}