mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
add AgentData.cpp with defined abstract destructor
This commit is contained in:
parent
060f4dceca
commit
47e2e6651a
1 changed files with 11 additions and 0 deletions
11
shared/src/AgentData.cpp
Normal file
11
shared/src/AgentData.cpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
//
|
||||
// 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() {}
|
Loading…
Reference in a new issue