Third commit

This commit is contained in:
Aik-Siong Koh
2023-04-28 17:42:51 -06:00
parent 8ca8eb7122
commit 43570d87cd
13 changed files with 130 additions and 0 deletions

12
MbDCode/EndFramec.cpp Normal file
View File

@@ -0,0 +1,12 @@
#include "EndFramec.h"
using namespace MbD;
EndFramec::EndFramec()
{
}
void EndFramec::setMarkerFrame(MarkerFrame* markerFrm)
{
markerFrame = markerFrm;
}