mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 01:31:37 +02:00
17 lines
No EOL
277 B
C++
17 lines
No EOL
277 B
C++
//
|
|
// AgentData.cpp
|
|
// hifi
|
|
//
|
|
// Created by Stephen Birarda on 2/19/13.
|
|
// Copyright (c) 2013 High Fidelity, Inc. All rights reserved.
|
|
//
|
|
|
|
#include "AgentData.h"
|
|
|
|
AgentData::AgentData(Agent* owningAgent) :
|
|
_owningAgent(owningAgent)
|
|
{
|
|
|
|
}
|
|
|
|
AgentData::~AgentData() {} |