mirror of
https://github.com/rvtr/TwlIPL_commit-99.git
synced 2025-10-31 06:21:11 -04:00
21 lines
507 B
Plaintext
Executable File
21 lines
507 B
Plaintext
Executable File
/*****************************************************************************
|
|
Archive file index definition.
|
|
File: picture.naix
|
|
|
|
This file was created by NINTENDO NITRO-System Archiver.
|
|
|
|
Update:2004-05-26T17:45:19
|
|
*****************************************************************************/
|
|
|
|
#ifndef NARC_PICTURE_NAIX_
|
|
#define NARC_PICTURE_NAIX_
|
|
|
|
enum {
|
|
NARC_picture_dog256_chr = 0,
|
|
NARC_picture_dog256_pal = 1,
|
|
NARC_picture_dog256_scn = 2
|
|
};
|
|
|
|
/* NARC_PICTURE_NAIX_ */
|
|
#endif
|