mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-06-05 14:13:44 +00:00
13 lines
113 B
C++
13 lines
113 B
C++
#include "CSimpleDelegate.h"
|
|
|
|
CSimpleDelegate::CSimpleDelegate()
|
|
{
|
|
|
|
}
|
|
|
|
CSimpleDelegate::~CSimpleDelegate()
|
|
{
|
|
|
|
}
|
|
|