Files
solver/MbDCode/MarkerFrame.h
Aik-Siong Koh 475b8d16bc First commit
2023-04-26 17:23:31 -06:00

10 lines
127 B
C++

#pragma once
#include "CartesianFrame.h"
namespace MbD {
class MarkerFrame :
public CartesianFrame
{
};
}