[Databuckets] Move Databuckets to Common

This commit is contained in:
Chris Miles
2025-06-13 01:37:51 -05:00
parent a0ff9d67a1
commit ad8433eba2
23 changed files with 52 additions and 60 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#include "../client.h"
#include "../data_bucket.h"
#include "../../common/data_bucket.h"
#include "../dialogue_window.h"
#include "../../common/repositories/data_buckets_repository.h"
+1 -1
View File
@@ -1,5 +1,5 @@
#include "../client.h"
#include "../data_bucket.h"
#include "../../common/data_bucket.h"
void command_devtools(Client *c, const Seperator *sep)
{
+1 -1
View File
@@ -1,5 +1,5 @@
#include "../client.h"
#include "../data_bucket.h"
#include "../../common/data_bucket.h"
void command_gmzone(Client *c, const Seperator *sep)
{