mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 20:15:17 +00:00
15 lines
No EOL
871 B
C
15 lines
No EOL
871 B
C
extern ALIGNED8 const Texture wario_texture_white_button[];
|
|
extern ALIGNED8 const Texture wario_texture_w_logo[];
|
|
extern ALIGNED8 const Texture wario_texture_hair_sideburn[];
|
|
extern ALIGNED8 const Texture wario_texture_add_sideburn[];
|
|
extern ALIGNED8 const Texture wario_texture_skin_sideburn[];
|
|
extern ALIGNED8 const Texture wario_texture_mouth[];
|
|
extern ALIGNED8 const Texture wario_texture_mouth_dead[];
|
|
extern ALIGNED8 const Texture wario_texture_eyes_front[];
|
|
extern ALIGNED8 const Texture wario_texture_eyes_half_closed[];
|
|
extern ALIGNED8 const Texture wario_texture_eyes_closed[];
|
|
extern ALIGNED8 const Texture wario_texture_eyes_right[];
|
|
extern ALIGNED8 const Texture wario_texture_eyes_left[];
|
|
extern ALIGNED8 const Texture wario_texture_eyes_up[];
|
|
extern ALIGNED8 const Texture wario_texture_eyes_down[];
|
|
extern ALIGNED8 const Texture wario_texture_eyes_dead[]; |