This commit is contained in:
romkazvo
2023-08-07 19:29:24 +08:00
commit 34d6c5d489
4832 changed files with 1389451 additions and 0 deletions

3
Editor/FileTypeUtils.h Normal file
View File

@@ -0,0 +1,3 @@
// returns true if the given file path represents a file
// that can be previewed in Preview mode in Editor (e.g. cgf, cga etc.)
extern bool IsPreviewableFileType (const char *szPath);