SisMaker 3 лет назад
Родитель
Сommit
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.

Загрузка…
Отмена
Сохранить