Skip to content

NJS_TEXLIST

Shaddatic edited this page Apr 8, 2026 · 1 revision

Definition

typedef struct
{
    NJS_TEXNAME*    textures;
    Uint32          nbTexture;
}
NJS_TEXLIST;

Members

NJS_TEXNAME* textures

 Texture list

Uint32 nbTexture

 Texture count

Description

A Ninja texture list structure.

Usage

Clone this wiki locally