Added some basic echo functionality

This commit is contained in:
Jonatan Pålsson 2011-02-16 19:49:43 +01:00
parent 63170fd0de
commit 70a6beb8b9
17 changed files with 70 additions and 448 deletions

View file

@ -1,4 +1,4 @@
-module(ggs_vm_runner).
-module(ggs_gamevm).
-export([start_link/0, define/2, user_command/4]).
%% @doc This module is responsible for running the game VM:s. You can issue
%% commands to a vm using this module.