Sfoglia il codice sorgente

ft: 初始化提交

master
SisMaker 3 anni fa
parent
commit
10f40487fd
1 ha cambiato i file con 7 aggiunte e 1 eliminazioni
  1. +7
    -1
      include/ranks.hrl

+ 7
- 1
include/ranks.hrl Vedi File

@ -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.

Caricamento…
Annulla
Salva