mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
12 lines
119 B
C++
12 lines
119 B
C++
#include "mxdsaction.h"
|
|
|
|
MxDSAction::MxDSAction()
|
|
{
|
|
// FIXME: Stub
|
|
}
|
|
|
|
MxDSAction::~MxDSAction()
|
|
{
|
|
// FIXME: Stub
|
|
}
|