mirror of
https://github.com/rrika/cdcEngineDXHR.git
synced 2024-11-23 05:29:57 +00:00
11 lines
208 B
C++
11 lines
208 B
C++
#include "IMFTypes.h"
|
|
#include "cdcResource/DTPDataSection.h"
|
|
|
|
namespace cdc {
|
|
|
|
dtp::IntermediateMesh *GetIMFPointerFromId(uint32_t id) {
|
|
return (dtp::IntermediateMesh *)DTPDataSection::getPointer(id);
|
|
}
|
|
|
|
}
|