소스 검색

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.

불러오는 중...
취소
저장