main.h 388 Bytes
/*
   main.h

   Copyright (C) 1997-1999, NINTENDO Co,Ltd.			
*/

#ifndef MAIN_H
#define MAIN_H

#ifdef _LANGUAGE_C

/* 外部変数の定義 */
extern NUContData	contdata[1]; /* コントローラ読取データ */
extern u8 contPattern;		     /* 接続されているコントローラのパターン */

extern int ptr_buf[];
extern int tune_buf[];
extern int sfx_buf[];

#endif /* _LANGUAGE_C */
#endif /* MAIN_H */