From d560b9ff8d46d61895c0ff3b0fbecb7599435496 Mon Sep 17 00:00:00 2001 From: jeena Date: Mon, 14 Feb 2011 06:32:24 -0800 Subject: [PATCH] Updated Interfaces (markdown) --- Interfaces.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Interfaces.md b/Interfaces.md index fbe5f24..9f3e005 100644 --- a/Interfaces.md +++ b/Interfaces.md @@ -1,6 +1,5 @@ ## ggs_vm_runner -`GameVm = ggs_vm_runner:start_link()` -`ggs_vm_runner:define(GameVM, SourceCode)` -`ggs_vm_runner:user_command(GameVM, User, Command, Args)` - +
GameVm = ggs_vm_runner:start_link()
+ggs_vm_runner:define(GameVM, SourceCode)
+ggs_vm_runner:user_command(GameVM, User, Command, Args)
\ No newline at end of file