actual/packages/node-libofx/OpenSP-1.5.2/lib/EntityManager.cxx

22 lines
296 B
C++
Raw Normal View History

2022-04-29 02:44:38 +00:00
// Copyright (c) 1995 James Clark
// See the file COPYING for copying permission.
#ifdef __GNUG__
#pragma implementation
#endif
#include "splib.h"
#include "EntityManager.h"
#ifdef SP_NAMESPACE
namespace SP_NAMESPACE {
#endif
EntityManager::~EntityManager()
{
}
#ifdef SP_NAMESPACE
}
#endif