DragonNest/Common/RT Cut Scene Core/IResourcePathFinder.cpp
2024-12-19 09:48:26 +08:00

14 lines
229 B
C++

#include "StdAfx.h"
#include "IResourcePathFinder.h"
#ifdef _DEBUG
#define new new(_NORMAL_BLOCK,__FILE__,__LINE__)
#endif
IResourcePathFinder::IResourcePathFinder(void)
{
}
IResourcePathFinder::~IResourcePathFinder(void)
{
}