This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
ranks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
ft: 初始化提交
master
SisMaker
3 years ago
parent
8dd613acaf
commit
10f40487fd
1 changed files
with
7 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-1
include/ranks.hrl
+ 7
- 1
include/ranks.hrl
View 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
.
Write
Preview
Loading…
Cancel
Save