[strings] Add file header.

This commit is contained in:
Lorenzo Cogotti 2022-09-01 08:29:50 +02:00
parent d49a9a1c21
commit 018fc77a13
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
--- Common functions for strings.
--
-- @module gear.strings
-- @copyright 2022 The DoubleFourteen Code Forge
-- @author Lorenzo Cogotti
local strings = {}