feat: add forward declaration for OverteAuth class in OverteClient.hpp
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
#include <glm/glm.hpp>
|
#include <glm/glm.hpp>
|
||||||
|
|
||||||
@@ -13,6 +14,9 @@
|
|||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#include <netdb.h>
|
#include <netdb.h>
|
||||||
|
|
||||||
|
// Forward declarations
|
||||||
|
class OverteAuth;
|
||||||
|
|
||||||
// Overte entity types (matching Overte EntityTypes.h)
|
// Overte entity types (matching Overte EntityTypes.h)
|
||||||
enum class EntityType {
|
enum class EntityType {
|
||||||
Unknown,
|
Unknown,
|
||||||
|
|||||||
Reference in New Issue
Block a user