This commit is contained in:
ZeldaZach 2025-01-14 00:17:41 -05:00
parent 0f35883bde
commit a0c26b9985
No known key found for this signature in database

View file

@ -1,5 +1,5 @@
#ifndef COCKATRICE_USER_LISTS_H #ifndef COCKATRICE_USER_LIST_MANAGER_H
#define COCKATRICE_USER_LISTS_H #define COCKATRICE_USER_LIST_MANAGER_H
#include "pb/serverinfo_user.pb.h" #include "pb/serverinfo_user.pb.h"
@ -63,4 +63,4 @@ signals:
void userJoined(const ServerInfo_User &userInfo); void userJoined(const ServerInfo_User &userInfo);
}; };
#endif // COCKATRICE_USER_LISTS_H #endif // COCKATRICE_USER_LIST_MANAGER_H