added ggs_db.hrl to src
This commit is contained in:
parent
17356692c6
commit
597070f2d6
1 changed files with 0 additions and 0 deletions
6
src/ggs_db.hrl
Normal file
6
src/ggs_db.hrl
Normal file
|
@ -0,0 +1,6 @@
|
|||
%% gamedb.hrl
|
||||
|
||||
-record(player, {id, name}).
|
||||
-record(data, {key, value}).
|
||||
|
||||
|
Reference in a new issue