mirror of
https://github.com/farisawan-2000/kirby64.git
synced 2025-02-21 05:11:32 +00:00
7 lines
110 B
C
7 lines
110 B
C
#ifndef MODELS_H
|
|
#define MODELS_H
|
|
#include "stages.h"
|
|
|
|
#define MODEL_KIRBY_HEADPHONES BANK_INDEX(3, 4)
|
|
|
|
#endif |