Files
solver/OndselSolver/Transitions.h
2023-12-12 15:27:26 -07:00

22 lines
654 B
C++

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