#include <string>Include dependency graph for filetype.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Enumerations | |
| enum | ContentType { Content_JPEG = 1, Content_BMP = 2, Content_GIF = 3, Content_PNG = 4, Content_Targa = 5, Content_CelestiaTexture = 6, Content_3DStudio = 7, Content_CelestiaMesh = 8, Content_AVI = 9, Content_CelestiaCatalog = 10, Content_DDS = 11, Content_CelestiaStarCatalog = 12, Content_CelestiaDeepSkyCatalog = 13, Content_CelestiaScript = 14, Content_CelestiaLegacyScript = 15, Content_CelestiaModel = 16, Content_Unknown = -1 } |
Functions | |
| ContentType | DetermineFileType (const std::string &filename) |
|
|
Definition at line 15 of file filetype.h. 00015 {
00016 Content_JPEG = 1,
00017 Content_BMP = 2,
00018 Content_GIF = 3,
00019 Content_PNG = 4,
00020 Content_Targa = 5,
00021 Content_CelestiaTexture = 6,
00022 Content_3DStudio = 7,
00023 Content_CelestiaMesh = 8,
00024 Content_AVI = 9,
00025 Content_CelestiaCatalog = 10,
00026 Content_DDS = 11,
00027 Content_CelestiaStarCatalog = 12,
00028 Content_CelestiaDeepSkyCatalog = 13,
00029 Content_CelestiaScript = 14,
00030 Content_CelestiaLegacyScript = 15,
00031 Content_CelestiaModel = 16,
00032 Content_Unknown = -1,
00033 };
|
|
|
|
1.4.1