Added support for Mnesia. See gamedb_usage.txt for further instructions.

This commit is contained in:
Kallfaktorn 2011-01-26 12:39:25 +01:00
parent 265f7242a0
commit 0590fa6ca1
6 changed files with 49 additions and 0 deletions

6
Mnesia/gamedb.hrl Normal file
View file

@ -0,0 +1,6 @@
%% gamedb.hrl
-record(player, {id, name}).