SuperScriptMaterializer/SuperScriptMaterializer/data_export.h

9 lines
241 B
C
Raw Normal View History

#if !defined(_YYCDLL_DATA_EXPORT_H__IMPORTED_)
#define _YYCDLL_DATA_EXPORT_H__IMPORTED_
#include "stdafx.h"
#include "database.h"
2022-07-30 18:12:22 +08:00
void DigCKObjectData(CKObject* cko, DocumentDatabase* mDb, dbdoc_data* helper, EXPAND_CK_ID parents);
#endif