feat: add forward declaration for OverteAuth class in OverteClient.hpp
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user