Files
FC1/Editor/FileTypeUtils.h
romkazvo 34d6c5d489 123
2023-08-07 19:29:24 +08:00

3 lines
184 B
C

// 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);