VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
|
Classes | |
class | ExporterFactory |
factory for getting exporter objects More... | |
interface | IImageExporter |
class to read client_surface.dat. does not load images from client_highres.dat More... | |
class | ImageExporter |
interface | ISoundExporter |
Used to export sounds from client_sound/client_general More... | |
class | SoundExporter |
Enumerations | |
enum | ImageFormat { ImageFormat.Unknown = 0x00000000 , ImageFormat.R8G8B8 = 0x00000014 , ImageFormat.R8G8B8A8 = 0x00000015 , ImageFormat.A8 = 0x0000001C , ImageFormat.Jpeg = 0x000001F4 , ImageFormat.DDS = 0x20534444 , ImageFormat.Dxt1 = 0x31545844 , ImageFormat.Dxt2 = 0x32545844 , ImageFormat.Dxt3 = 0x33545844 , ImageFormat.Dxt4 = 0x34545844 , ImageFormat.Dxt5 = 0x35545844 } |