Advertisement
antiquekid3

XBARCONF Header

Jan 26th, 2014
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.56 KB | None | 0 0
  1. //filename: XBARCONF.H
  2. /***************/
  3. /*  CONSTANTS  */
  4. /************************************************************************/
  5. int proc[][4] = { {24, 25, 26, 27}, {20, 21, 22, 23}, {28, 29, 30, 31},
  6.            {16, 17, 18, 19}, {24, 25, 26, 27}, {20, 21, 22, 23},
  7.            {28, 29, 30, 31}, {16, 17, 18, 19} };
  8. int east[] = {8, 9, 10, 11, 8, 9, 10, 11};
  9. int west[] = {12, 13, 14, 15};
  10. int south[] = {4, 5, 6, 7, 4, 5, 6, 7};
  11.  
  12. /*****************/
  13. /*   PROTOTYPES  */
  14. /************************************************************************/
  15. void initialize(void);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement