瀏覽代碼

ft: 初始化提交

master
SisMaker 3 年之前
父節點
當前提交
10f40487fd
共有 1 個文件被更改,包括 7 次插入1 次删除
  1. +7
    -1
      include/ranks.hrl

+ 7
- 1
include/ranks.hrl 查看文件

@ -1,7 +1,13 @@
-ifndef(RANKS_H_).
-define(RANKS_H_, true).
-record(rank_info, {
key :: integer()
, otherInfo :: term()
, score1 :: term()
, score2 :: term()
, scoreN :: term()
}).
-endif.

Loading…
取消
儲存