Initial directory struct + OTP stuffs

This commit is contained in:
Jonatan Pålsson 2011-01-25 13:38:32 +01:00
parent a44a538ac6
commit c88dcf7829
13 changed files with 160 additions and 0 deletions

BIN
ebin/.GGS.app.swp Normal file

Binary file not shown.

13
ebin/GGS.app Normal file
View file

@ -0,0 +1,13 @@
{application, ggs,
[{description, "The Generic Game Server"},
{vsn, "0.1.0"},
{modules, [
ggs_app,
ggs_sup,
ggs_server
]},
{registered, [ggs_sup]},
{applications, [kernel, stdlib]},
{mod, {ggs_app, []}}
]}.