mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-06-17 12:03:34 +00:00
9 lines
155 B
C++
9 lines
155 B
C++
#ifndef ASSETNAMEGENERATION
|
|
#define ASSETNAMEGENERATION
|
|
|
|
class CGameProject;
|
|
void GenerateAssetNames(CGameProject *pProj);
|
|
|
|
#endif // ASSETNAMEGENERATION
|
|
|