Method

WadTextureArchiveremove_texture

Declaration [src]

void
wad_texture_archive_remove_texture (
  WadTextureArchive* archive,
  const char* texture
)

Description [src]

Removes a texture from the archive.

Parameters

texture

Type: const char*

Name of the texture.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.