Files
solver/OndselSolver/ASMTInLineJoint.h
Aik-Siong Koh cafc91c71d EXPORT added
2023-11-30 23:12:17 -07:00

21 lines
686 B
C++

/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#pragma once
#include "ASMTJoint.h"
namespace MbD {
class EXPORT ASMTInLineJoint : public ASMTJoint
{
//
public:
};
}