/project/Naruto_ninja_story/Naruto_controls.h
http://narutortsproject.googlecode.com/ · C Header · 15 lines · 10 code · 4 blank · 1 comment · 0 complexity · c9232a5b15e175bec31fde5e56533e79 MD5 · raw file
- #pragma once
-
- //control name list
-
- #define CTRL_P1_CANCEL "crtl_p1_cancel"
- #define CTRL_P1_START "crtl_p1_start"
-
- #define CTRL_P1_GO_FORWARD "crtl_p1_go_forward"
- #define CTRL_P1_GO_BACK "crtl_p1_go_back"
- #define CTRL_P1_GO_LEFT "crtl_p1_go_left"
- #define CTRL_P1_GO_RIGHT "crtl_p1_go_right"
-
- #define CTRL_P1_JUMP "crtl_p1_jump"
- #define CTRL_P1_PUNCH1 "crtl_p1_punch1"
- #define CTRL_P1_PUNCH2 "crtl_p1_punch2"