選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

13 行
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.