Initial directory struct + OTP stuffs
This commit is contained in:
parent
a44a538ac6
commit
c88dcf7829
13 changed files with 160 additions and 0 deletions
BIN
ebin/.GGS.app.swp
Normal file
BIN
ebin/.GGS.app.swp
Normal file
Binary file not shown.
13
ebin/GGS.app
Normal file
13
ebin/GGS.app
Normal 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, []}}
|
||||
]}.
|
||||
|
Reference in a new issue