aboutsummaryrefslogtreecommitdiff
path: root/gamemode/utility
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/utility')
-rw-r--r--gamemode/utility/svg/cl_svg.lua7
1 files changed, 6 insertions, 1 deletions
diff --git a/gamemode/utility/svg/cl_svg.lua b/gamemode/utility/svg/cl_svg.lua
index 52b8556..1ab37bb 100644
--- a/gamemode/utility/svg/cl_svg.lua
+++ b/gamemode/utility/svg/cl_svg.lua
@@ -1,5 +1,10 @@
+--[[
+ SVGModule v1.0 - Alexander "Apickx" Pickering
+ Entered into the public domain Febuary 4, 2017
+ You are not required to, but consider putting a link to the source in your file's comments!
+]]
+
local svg = {}
---local fn = nrequire("fn.lua")
local file_cache_max_size = 100
local file_cache_size = 0
local file_cache = {}