From 8182a5f1b6c61bdf95d32a4ad102e1762f0d0924 Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 20 Feb 2022 20:37:39 +0200 Subject: Documentation and better cmakelist. --- API.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'API.md') diff --git a/API.md b/API.md index caa9303..84764c6 100644 --- a/API.md +++ b/API.md @@ -2,8 +2,7 @@ ## Usage -Application needs 'main.lua' file as entry point. ReiLua executable will first look it from same directory -or it's path can be given by argument. There are three global functions that the engine will call, 'init', 'process' and 'draw'. +Application needs 'main.lua' file as entry point. ReiLua executable will first look it from same directory. Alternatively, path to the folder where "main.lua" is located can be given as argument. There are three global Lua functions that the engine will call, 'init', 'process' and 'draw'. --- > function init() -- cgit v1.2.3