Added support for Mnesia. See gamedb_usage.txt for further instructions.
This commit is contained in:
parent
265f7242a0
commit
0590fa6ca1
6 changed files with 49 additions and 0 deletions
6
Mnesia/gamedb.hrl
Normal file
6
Mnesia/gamedb.hrl
Normal file
|
@ -0,0 +1,6 @@
|
|||
%% gamedb.hrl
|
||||
|
||||
-record(player, {id, name}).
|
||||
|
||||
|
||||
|
Reference in a new issue