Added some basic echo functionality
This commit is contained in:
parent
63170fd0de
commit
70a6beb8b9
17 changed files with 70 additions and 448 deletions
|
@ -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.
|
||||
|
|
Reference in a new issue