main.h
555 Bytes
/*============================================================================
NuSYSTEM サンプルプログラム「SNAKE TAIL HACK」
main.h
Copyright (C) 1997, NINTENDO Co,Ltd.
============================================================================*/
#ifndef MAIN_H
#define MAIN_H
#ifdef _LANGUAGE_C
typedef struct{
u16 button; /* A,B,C,Z,L,R,START,PAD ,button */
s8 stick_x; /* 実使用範囲 -61 <= stick X <= 61 */
s8 stick_y; /* 実使用範囲 -63 <= stick Y <= 63 */
} ContTrace;
#endif /* _LANGUAGE_C */
#endif /* MAIN_H */