PrimeWorldEditor/src/Core/GameProject/AssetNameGeneration.h

9 lines
155 B
C++

#ifndef ASSETNAMEGENERATION
#define ASSETNAMEGENERATION
class CGameProject;
void GenerateAssetNames(CGameProject *pProj);
#endif // ASSETNAMEGENERATION