You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
191 B

  1. -ifndef(RANKS_H_).
  2. -define(RANKS_H_, true).
  3. -record(rank_info, {
  4. key :: integer()
  5. , otherInfo :: term()
  6. , score1 :: term()
  7. , score2 :: term()
  8. , scoreN :: term()
  9. }).
  10. -endif.