/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

  1. #pragma once
  2. //control name list
  3. #define CTRL_P1_CANCEL "crtl_p1_cancel"
  4. #define CTRL_P1_START "crtl_p1_start"
  5. #define CTRL_P1_GO_FORWARD "crtl_p1_go_forward"
  6. #define CTRL_P1_GO_BACK "crtl_p1_go_back"
  7. #define CTRL_P1_GO_LEFT "crtl_p1_go_left"
  8. #define CTRL_P1_GO_RIGHT "crtl_p1_go_right"
  9. #define CTRL_P1_JUMP "crtl_p1_jump"
  10. #define CTRL_P1_PUNCH1 "crtl_p1_punch1"
  11. #define CTRL_P1_PUNCH2 "crtl_p1_punch2"