feat: add forward declaration for OverteAuth class in OverteClient.hpp

This commit is contained in:
MayaTheShy
2025-11-09 02:15:11 -05:00
parent ad76a07d7d
commit 2126bd24c3

View File

@@ -5,6 +5,7 @@
#include <string>
#include <unordered_map>
#include <vector>
#include <memory>
#include <glm/glm.hpp>
@@ -13,6 +14,9 @@
#include <netinet/in.h>
#include <netdb.h>
// Forward declarations
class OverteAuth;
// Overte entity types (matching Overte EntityTypes.h)
enum class EntityType {
Unknown,